Changeset 84052 in webkit for trunk/Source/JavaScriptCore/runtime/BatchedTransitionOptimizer.h
- Timestamp:
- Apr 15, 2011, 4:55:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/BatchedTransitionOptimizer.h
r83955 r84052 40 40 { 41 41 if (!m_object->structure()->isDictionary()) 42 m_object->setStructure( Structure::toCacheableDictionaryTransition(globalData, m_object->structure()));42 m_object->setStructure(globalData, Structure::toCacheableDictionaryTransition(globalData, m_object->structure())); 43 43 } 44 44
Note:
See TracChangeset
for help on using the changeset viewer.