Changeset 62847 in webkit for trunk/JavaScriptCore/runtime/JSGlobalData.cpp
- Timestamp:
- Jul 8, 2010, 2:39:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalData.cpp
r62842 r62847 243 243 JSGlobalData*& instance = sharedInstanceInternal(); 244 244 if (!instance) { 245 instance = adoptRef(new JSGlobalData(APIShared, ThreadStackTypeSmall)).leak Ptr();245 instance = adoptRef(new JSGlobalData(APIShared, ThreadStackTypeSmall)).leakRef(); 246 246 #if ENABLE(JSC_MULTIPLE_THREADS) 247 247 instance->makeUsableFromMultipleThreads();
Note:
See TracChangeset
for help on using the changeset viewer.