Changeset 43372 in webkit for trunk/JavaScriptGlue/JSObject.cpp
- Timestamp:
- May 7, 2009, 3:52:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptGlue/JSObject.cpp
r43122 r43372 74 74 } 75 75 76 static JSValue JSC_HOST_CALL nativeCallFunction(ExecState* exec, JSObject* functionObject, JSValue thisValue, const ArgList& args); 76 77 static JSValue nativeCallFunction(ExecState* exec, JSObject* functionObject, JSValue thisValue, const ArgList& args) 77 78 {
Note:
See TracChangeset
for help on using the changeset viewer.