Changeset 49802 in webkit for trunk/JavaScriptCore/API/APICast.h
- Timestamp:
- Oct 19, 2009, 12:59:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/APICast.h
r46598 r49802 28 28 29 29 #include "JSAPIValueWrapper.h" 30 #include "JSGlobalObject.h" 30 31 #include "JSValue.h" 31 32 #include <wtf/Platform.h> … … 119 120 inline JSGlobalContextRef toGlobalRef(JSC::ExecState* e) 120 121 { 122 ASSERT(e == e->lexicalGlobalObject()->globalExec()); 121 123 return reinterpret_cast<JSGlobalContextRef>(e); 122 124 }
Note:
See TracChangeset
for help on using the changeset viewer.