Changeset 127010 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalData.cpp
- Timestamp:
- Aug 29, 2012, 10:13:50 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalData.cpp
r126893 r127010 49 49 #include "JSNotAnObject.h" 50 50 #include "JSPropertyNameIterator.h" 51 #include "JSWithScope.h" 51 52 #include "Lexer.h" 52 53 #include "Lookup.h" … … 206 207 sharedSymbolTableStructure.set(*this, SharedSymbolTable::createStructure(*this, 0, jsNull())); 207 208 structureChainStructure.set(*this, StructureChain::createStructure(*this, 0, jsNull())); 209 withScopeStructure.set(*this, JSWithScope::createStructure(*this, 0, jsNull())); 208 210 209 211 wtfThreadData().setCurrentIdentifierTable(existingEntryIdentifierTable);
Note:
See TracChangeset
for help on using the changeset viewer.