Changeset 48582 in webkit for trunk/JavaScriptCore/runtime/JSObject.cpp
- Timestamp:
- Sep 21, 2009, 8:45:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSObject.cpp
r48580 r48582 472 472 { 473 473 size_t offset; 474 if (m_structure->is Dictionary()) {474 if (m_structure->isUncacheableDictionary()) { 475 475 offset = m_structure->removePropertyWithoutTransition(propertyName); 476 476 if (offset != WTF::notFound)
Note:
See TracChangeset
for help on using the changeset viewer.