Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Unified Diff: src/parser.h

Issue 7739020: Rename scanner.* to scanner-character-streams.* and scanner-base.* to scanner.* (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/parser.h
diff --git a/src/parser.h b/src/parser.h
index 381ff27143b4faf7cc028d7952e5471e0fa85e8e..77aa32aa64865722b5fdcb31d3e85d601d5138ab 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -30,7 +30,6 @@
#include "allocation.h"
#include "ast.h"
-#include "scanner.h"
#include "scopes.h"
#include "preparse-data-format.h"
#include "preparse-data.h"
@@ -40,10 +39,11 @@ namespace internal {
class CompilationInfo;
class FuncNameInferrer;
+class LexicalScope;
class ParserLog;
class PositionStack;
class Target;
-class LexicalScope;
+class UC16CharacterStream;
template <typename T> class ZoneListWrapper;
« no previous file with comments | « src/isolate.cc ('k') | src/parser.cc » ('j') | src/scanner-character-streams.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698