Changeset 50704 in webkit for trunk/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Nov 9, 2009, 6:19:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/Interpreter.cpp
r50675 r50704 1043 1043 // should not be treated as a dictionary. 1044 1044 if (baseObject->structure()->isDictionary()) 1045 baseObject-> setStructure(Structure::fromDictionaryTransition(baseObject->structure()));1045 baseObject->flattenDictionaryObject(); 1046 1046 1047 1047 ASSERT(!baseObject->structure()->isUncacheableDictionary());
Note:
See TracChangeset
for help on using the changeset viewer.