Changeset 95510 in webkit for trunk/Source/JavaScriptCore/API/JSContextRef.cpp
- Timestamp:
- Sep 19, 2011, 8:35:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSContextRef.cpp
r94599 r95510 93 93 APIEntryShim entryShim(globalData.get(), false); 94 94 95 #if ENABLE(JSC_MULTIPLE_THREADS)96 95 globalData->makeUsableFromMultipleThreads(); 97 #endif98 96 99 97 if (!globalObjectClass) {
Note:
See TracChangeset
for help on using the changeset viewer.