Changeset 25085 in webkit for trunk/JavaScriptCore/API/JSCallbackConstructor.cpp
- Timestamp:
- Aug 14, 2007, 6:07:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackConstructor.cpp
r20104 r25085 72 72 73 73 JSLock::DropAllLocks dropAllLocks; 74 return toJS(m_callback(ctx, thisRef, argumentCount, arguments , toRef(exec->exceptionSlot())));74 return toJS(m_callback(ctx, thisRef, argumentCount, arguments.data(), toRef(exec->exceptionSlot()))); 75 75 } 76 76
Note:
See TracChangeset
for help on using the changeset viewer.