Changeset 37257 in webkit for trunk/JavaScriptCore/API/JSCallbackFunction.cpp
- Timestamp:
- Oct 3, 2008, 2:39:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackFunction.cpp
r36766 r37257 42 42 43 43 JSCallbackFunction::JSCallbackFunction(ExecState* exec, JSObjectCallAsFunctionCallback callback, const Identifier& name) 44 : InternalFunction( exec, exec->lexicalGlobalObject()->callbackFunctionStructure(), name)44 : InternalFunction(&exec->globalData(), exec->lexicalGlobalObject()->callbackFunctionStructure(), name) 45 45 , m_callback(callback) 46 46 {
Note:
See TracChangeset
for help on using the changeset viewer.