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

Unified Diff: src/ast/scopes.cc

Issue 2197973002: Move ContextSlotCache to its own file (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/ast/scopes.cc
diff --git a/src/ast/scopes.cc b/src/ast/scopes.cc
index 4847c11214b6d61c1d15b3beb46f3ff2448eb8f3..a99cbfaa4d349197abcd8bc86343e73360cca631 100644
--- a/src/ast/scopes.cc
+++ b/src/ast/scopes.cc
@@ -5,7 +5,6 @@
#include "src/ast/scopes.h"
#include "src/accessors.h"
-#include "src/ast/scopeinfo.h"
#include "src/bootstrapper.h"
#include "src/messages.h"
#include "src/parsing/parser.h" // for ParseInfo
« src/ast/scopeinfo.h ('K') | « src/ast/scopeinfo.cc ('k') | src/compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698