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

Unified Diff: src/ast/scopes.cc

Issue 2268513002: Cleanup: Move ParseInfo to a separate file. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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/ast/scopes.cc
diff --git a/src/ast/scopes.cc b/src/ast/scopes.cc
index 02862b109be284904a09de1bb955d8f85e0e98aa..164c868e7355938844f42ba39191cf7b3678123c 100644
--- a/src/ast/scopes.cc
+++ b/src/ast/scopes.cc
@@ -9,7 +9,7 @@
#include "src/accessors.h"
#include "src/bootstrapper.h"
#include "src/messages.h"
-#include "src/parsing/parser.h" // for ParseInfo
+#include "src/parsing/parse-info.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/asmjs/asm-js.cc ('k') | src/background-parsing-task.h » ('j') | src/parsing/parse-info.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698