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