Changeset 39817 in webkit for trunk/JavaScriptCore/API/JSContextRef.cpp
- Timestamp:
- Jan 11, 2009, 11:34:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSContextRef.cpp
r39670 r39817 45 45 JSContextGroupRef JSContextGroupCreate() 46 46 { 47 initializeThreading(); 47 48 return toRef(JSGlobalData::create().releaseRef()); 48 49 } … … 61 62 JSGlobalContextRef JSGlobalContextCreate(JSClassRef globalObjectClass) 62 63 { 64 initializeThreading(); 63 65 #if PLATFORM(DARWIN) 64 66 // When running on Tiger or Leopard, or if the application was linked before JSGlobalContextCreate was changed
Note:
See TracChangeset
for help on using the changeset viewer.