Changeset 48336 in webkit for trunk/JavaScriptCore/runtime/JSVariableObject.cpp
- Timestamp:
- Sep 12, 2009, 7:44:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSVariableObject.cpp
r47780 r48336 43 43 } 44 44 45 void JSVariableObject::get PropertyNames(ExecState* exec, PropertyNameArray& propertyNames)45 void JSVariableObject::getOwnPropertyNames(ExecState* exec, PropertyNameArray& propertyNames) 46 46 { 47 47 SymbolTable::const_iterator end = symbolTable().end(); … … 51 51 } 52 52 53 JSObject::get PropertyNames(exec, propertyNames);53 JSObject::getOwnPropertyNames(exec, propertyNames); 54 54 } 55 55
Note:
See TracChangeset
for help on using the changeset viewer.