Chromium Code Reviews| Index: src/parser.cc |
| =================================================================== |
| --- src/parser.cc (revision 4592) |
| +++ src/parser.cc (working copy) |
| @@ -39,6 +39,9 @@ |
| #include "scopes.h" |
| #include "string-stream.h" |
|
Søren Thygesen Gjesse
2010/05/06 07:48:11
Sort includes.
Erik Corry
2010/05/10 10:34:10
I think it makes sense to have the -inl.h files af
|
| +#include "ast-inl.h" |
| +#include "jump-target-inl.h" |
| + |
| namespace v8 { |
| namespace internal { |