Changeset 34684 in webkit for trunk/JavaScriptCore/kjs/JSGlobalData.cpp
- Timestamp:
- Jun 19, 2008, 8:30:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalData.cpp
r34659 r34684 35 35 #include "list.h" 36 36 #include "lookup.h" 37 #include "Machine.h" 37 38 #include "nodes.h" 38 39 #include "Parser.h" … … 80 81 , parser(new Parser) 81 82 , head(0) 83 , machine(new Machine) 82 84 { 83 85 }
Note:
See TracChangeset
for help on using the changeset viewer.