Changeset 57853 in webkit for trunk/JavaScriptCore/API/JSContextRef.cpp
- Timestamp:
- Apr 19, 2010, 4:26:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSContextRef.cpp
r57829 r57853 124 124 JSGlobalData& globalData = exec->globalData(); 125 125 JSGlobalObject* dgo = exec->dynamicGlobalObject(); 126 IdentifierTable* savedIdentifierTable = wtfThreadData().setCurrentIdentifierTable(globalData.identifierTable);126 IdentifierTable* savedIdentifierTable = setCurrentIdentifierTable(globalData.identifierTable); 127 127 128 128 // One reference is held by JSGlobalObject, another added by JSGlobalContextRetain(). … … 148 148 globalData.deref(); 149 149 150 wtfThreadData().setCurrentIdentifierTable(savedIdentifierTable);150 setCurrentIdentifierTable(savedIdentifierTable); 151 151 } 152 152
Note:
See TracChangeset
for help on using the changeset viewer.