Changeset 167326 in webkit for trunk/Source/JavaScriptCore/API/JSVirtualMachineInternal.h
- Timestamp:
- Apr 15, 2014, 2:05:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSVirtualMachineInternal.h
r148696 r167326 27 27 #define JSVirtualMachineInternal_h 28 28 29 #if JSC_OBJC_API_ENABLED 30 29 31 #import <JavaScriptCore/JavaScriptCore.h> 30 31 #if JSC_OBJC_API_ENABLED32 32 33 33 namespace JSC { … … 52 52 53 53 void scanExternalObjectGraph(JSC::VM&, JSC::SlotVisitor&, void* root); 54 void scanExternalRememberedSet(JSC::VM&, JSC::SlotVisitor&); 54 55 55 #endif 56 #endif // JSC_OBJC_API_ENABLED 56 57 57 58 #endif // JSVirtualMachineInternal_h
Note:
See TracChangeset
for help on using the changeset viewer.