Changeset 67683 in webkit for trunk/JavaScriptCore/runtime/GCActivityCallbackCF.cpp
- Timestamp:
- Sep 16, 2010, 6:18:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/GCActivityCallbackCF.cpp
r64800 r67683 30 30 #include "GCActivityCallback.h" 31 31 32 #include "APIShims.h" 32 33 #include "Collector.h" 34 #include "JSGlobalData.h" 33 35 #include "JSLock.h" 34 36 #include <wtf/RetainPtr.h> 37 #include <wtf/WTFThreadData.h> 35 38 #include <CoreFoundation/CoreFoundation.h> 36 39 … … 53 56 { 54 57 Heap* heap = static_cast<Heap*>(info); 55 JSLock lock(heap->globalData()); 56 58 APIEntryShim shim(heap->globalData()); 57 59 heap->collectAllGarbage(); 58 60 }
Note:
See TracChangeset
for help on using the changeset viewer.