Changeset 19234 in webkit for trunk/JavaScriptCore/bindings/runtime_object.cpp
- Timestamp:
- Jan 29, 2007, 1:58:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime_object.cpp
r15969 r19234 188 188 instance->begin(); 189 189 190 JSValue *aValue = getInternalInstance()->invokeDefaultMethod(exec, args);190 JSValue *aValue = instance->invokeDefaultMethod(exec, args); 191 191 192 192 instance->end();
Note:
See TracChangeset
for help on using the changeset viewer.