Changeset 48336 in webkit for trunk/JavaScriptCore/API/JSCallbackObjectFunctions.h
- Timestamp:
- Sep 12, 2009, 7:44:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackObjectFunctions.h
r46598 r48336 374 374 375 375 template <class Base> 376 void JSCallbackObject<Base>::get PropertyNames(ExecState* exec, PropertyNameArray& propertyNames)376 void JSCallbackObject<Base>::getOwnPropertyNames(ExecState* exec, PropertyNameArray& propertyNames) 377 377 { 378 378 JSContextRef execRef = toRef(exec); … … 408 408 } 409 409 410 Base::get PropertyNames(exec, propertyNames);410 Base::getOwnPropertyNames(exec, propertyNames); 411 411 } 412 412
Note:
See TracChangeset
for help on using the changeset viewer.