Changeset 36789 in webkit for trunk/JavaScriptCore/VM/JSPropertyNameIterator.cpp
- Timestamp:
- Sep 22, 2008, 7:44:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/JSPropertyNameIterator.cpp
r36701 r36789 83 83 void JSPropertyNameIterator::invalidate() 84 84 { 85 ASSERT(m_position == m_end); 85 86 m_object = 0; 86 87 m_data.clear();
Note:
See TracChangeset
for help on using the changeset viewer.