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

Unified Diff: src/ast/scopes.cc

Issue 2622503002: include fixing: api.h shouldn't include objects-inl.h (Closed)
Patch Set: static type check Created 3 years, 11 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 | « src/ast/prettyprinter.cc ('k') | src/ast/variables.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast/scopes.cc
diff --git a/src/ast/scopes.cc b/src/ast/scopes.cc
index 5e29af727d24fc7a624de948d05671c00a17674a..5facb0e46472fdfbb91f7a9a49e478109159bbf9 100644
--- a/src/ast/scopes.cc
+++ b/src/ast/scopes.cc
@@ -10,6 +10,8 @@
#include "src/ast/ast.h"
#include "src/bootstrapper.h"
#include "src/messages.h"
+#include "src/objects-inl.h"
+#include "src/objects/scope-info.h"
#include "src/parsing/parse-info.h"
namespace v8 {
« no previous file with comments | « src/ast/prettyprinter.cc ('k') | src/ast/variables.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698