Changeset 48573 in webkit for trunk/JavaScriptCore/runtime/JSObject.cpp
- Timestamp:
- Sep 20, 2009, 10:42:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSObject.cpp
r48542 r48573 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.