From 6882a04fb36642862b11efe514251d32070c3d65 Mon Sep 17 00:00:00 2001 From: Konstantin Tokarev Date: Thu, 25 Aug 2016 19:20:41 +0300 Subject: Imported QtWebKit TP3 (git b57bc6801f1876c3220d5a4bfea33d620d477443) Change-Id: I3b1d8a2808782c9f34d50240000e20cb38d3680f Reviewed-by: Konstantin Tokarev --- Source/JavaScriptCore/API/JSVirtualMachineInternal.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Source/JavaScriptCore/API/JSVirtualMachineInternal.h') diff --git a/Source/JavaScriptCore/API/JSVirtualMachineInternal.h b/Source/JavaScriptCore/API/JSVirtualMachineInternal.h index 729226566..5a4fbefa5 100644 --- a/Source/JavaScriptCore/API/JSVirtualMachineInternal.h +++ b/Source/JavaScriptCore/API/JSVirtualMachineInternal.h @@ -26,16 +26,18 @@ #ifndef JSVirtualMachineInternal_h #define JSVirtualMachineInternal_h -#import - #if JSC_OBJC_API_ENABLED +#import + namespace JSC { class VM; class SlotVisitor; } #if defined(__OBJC__) +@class NSMapTable; + @interface JSVirtualMachine(Internal) JSContextGroupRef getGroupFromVirtualMachine(JSVirtualMachine *); @@ -51,7 +53,8 @@ JSContextGroupRef getGroupFromVirtualMachine(JSVirtualMachine *); #endif // defined(__OBJC__) void scanExternalObjectGraph(JSC::VM&, JSC::SlotVisitor&, void* root); +void scanExternalRememberedSet(JSC::VM&, JSC::SlotVisitor&); -#endif +#endif // JSC_OBJC_API_ENABLED #endif // JSVirtualMachineInternal_h -- cgit v1.2.1