Changeset 50704 in webkit for trunk/JavaScriptCore/runtime/JSObject.h
- Timestamp:
- Nov 9, 2009, 6:19:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSObject.h
r50254 r50704 211 211 } 212 212 213 void flattenDictionaryObject() 214 { 215 m_structure->flattenDictionaryStructure(this); 216 } 217 213 218 protected: 214 219 static const unsigned StructureFlags = 0;
Note:
See TracChangeset
for help on using the changeset viewer.