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