Changeset 36726 in webkit for trunk/JavaScriptCore/API/JSCallbackFunction.cpp
- Timestamp:
- Sep 20, 2008, 7:29:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackFunction.cpp
r36263 r36726 42 42 43 43 JSCallbackFunction::JSCallbackFunction(ExecState* exec, JSObjectCallAsFunctionCallback callback, const Identifier& name) 44 : InternalFunction(exec, exec->lexicalGlobalObject()-> functionPrototype(), name)44 : InternalFunction(exec, exec->lexicalGlobalObject()->callbackFunctionStructure(), name) 45 45 , m_callback(callback) 46 46 {
Note:
See TracChangeset
for help on using the changeset viewer.