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

Unified Diff: src/parser.h

Issue 3602007: Fix a pair of compilation failure bugs in test files due to r5576. (Closed)
Patch Set: Created 10 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
« no previous file with comments | « no previous file | test/cctest/test-regexp.cc » ('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 9dfb2ec7fa488882e9ed10084fa170b37ffb0f1f..99ed22a2f8a0c176cbc216726c576ec34b318aad 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -29,6 +29,7 @@
#define V8_PARSER_H_
#include "allocation.h"
+#include "ast.h"
#include "scanner.h"
namespace v8 {
« no previous file with comments | « no previous file | test/cctest/test-regexp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698