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

Unified Diff: src/compiler.h

Issue 2169833002: [parser] Refactor AstTraversalVisitor (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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/compiler.h
diff --git a/src/compiler.h b/src/compiler.h
index e2f71479407bccbd139518236500017f7ae0f121..00e4ba93a8034254720ff92dda83cca3f25db5ba 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -6,6 +6,7 @@
#define V8_COMPILER_H_
#include "src/allocation.h"
+#include "src/ast/ast-traversal-visitor.h"
adamk 2016/07/21 18:11:57 I don't see AstTraversalVisitor used in this file,
nickie 2016/07/22 08:40:18 Right, it's not used here. But the AstTraversalVi
#include "src/ast/ast.h"
#include "src/bailout-reason.h"
#include "src/compilation-dependencies.h"

Powered by Google App Engine
This is Rietveld 408576698