Changeset 33979 in webkit for trunk/JavaScriptCore/API/APICast.h
- Timestamp:
- May 21, 2008, 6:20:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/APICast.h
r29663 r33979 109 109 inline JSGlobalContextRef toGlobalRef(KJS::ExecState* e) 110 110 { 111 ASSERT(!e->callingExecState());112 111 return reinterpret_cast<JSGlobalContextRef>(e); 113 112 }
Note:
See TracChangeset
for help on using the changeset viewer.