Changeset 55258 in webkit for trunk/JavaScriptCore/runtime/JSPropertyNameIterator.cpp
- Timestamp:
- Feb 25, 2010, 2:52:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSPropertyNameIterator.cpp
r55256 r55258 50 50 JSPropertyNameIterator::~JSPropertyNameIterator() 51 51 { 52 m_cachedStructure->clearEnumerationCache(this); 52 if (m_cachedStructure) 53 m_cachedStructure->clearEnumerationCache(this); 53 54 } 54 55
Note:
See TracChangeset
for help on using the changeset viewer.