Changeset 119865 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalData.h
- Timestamp:
- Jun 8, 2012, 2:30:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalData.h
r119795 r119865 39 39 #include "LLIntData.h" 40 40 #include "NumericStrings.h" 41 #include "PrivateName.h"42 41 #include "SmallStrings.h" 43 42 #include "Strong.h" … … 283 282 #endif 284 283 285 PrivateName m_inheritorIDKey;286 287 284 OwnPtr<ParserArena> parserArena; 288 285 OwnPtr<Keywords> keywords;
Note:
See TracChangeset
for help on using the changeset viewer.