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

Unified Diff: src/parser.h

Issue 85923002: Experimental scanner: add the Experimental stuff into the base library build. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/parser
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « src/lexer/lexer.gyp ('k') | src/preparser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parser.h
diff --git a/src/parser.h b/src/parser.h
index dd8e600f9d788f824e29d5e7ff1086d10a161a08..11936541d24e852a4318ffe889b0bb6b55136084 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -30,6 +30,7 @@
#include "allocation.h"
#include "ast.h"
+#include "lexer/experimental-scanner.h"
#include "preparse-data-format.h"
#include "preparse-data.h"
#include "scopes.h"
« no previous file with comments | « src/lexer/lexer.gyp ('k') | src/preparser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698