Changeset 48582 in webkit for trunk/JavaScriptCore/runtime/BatchedTransitionOptimizer.h
- Timestamp:
- Sep 21, 2009, 8:45:13 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/BatchedTransitionOptimizer.h
r48580 r48582 39 39 { 40 40 if (!m_object->structure()->isDictionary()) 41 m_object->setStructure(Structure::to DictionaryTransition(m_object->structure()));41 m_object->setStructure(Structure::toCacheableDictionaryTransition(m_object->structure())); 42 42 } 43 43
Note:
See TracChangeset
for help on using the changeset viewer.