Changeset 37868 in webkit for trunk/JavaScriptCore/API
- Timestamp:
- Oct 24, 2008, 3:16:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSContextRef.cpp
r37845 r37868 121 121 122 122 // It is necessary to call toThisObject to get the wrapper object when used with WebCore. 123 return toRef(exec-> dynamicGlobalObject()->toThisObject(exec));123 return toRef(exec->lexicalGlobalObject()->toThisObject(exec)); 124 124 } 125 125
Note:
See TracChangeset
for help on using the changeset viewer.