Changeset 48336 in webkit for trunk/JavaScriptCore/debugger/DebuggerActivation.cpp
- Timestamp:
- Sep 12, 2009, 7:44:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/debugger/DebuggerActivation.cpp
r47022 r48336 72 72 } 73 73 74 void DebuggerActivation::get PropertyNames(ExecState* exec, PropertyNameArray& propertyNames)74 void DebuggerActivation::getOwnPropertyNames(ExecState* exec, PropertyNameArray& propertyNames) 75 75 { 76 76 m_activation->getPropertyNames(exec, propertyNames);
Note:
See TracChangeset
for help on using the changeset viewer.