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

Unified Diff: src/parsing/parse-info.cc

Issue 2650973003: objects.h splitting: include less objects/ files. (Closed)
Patch Set: 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/parsing/parse-info.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/parse-info.cc
diff --git a/src/parsing/parse-info.cc b/src/parsing/parse-info.cc
index 09daa00ccb615b02e686e2c659da3594f63430b3..487c36702c9743ddffef33760c1e381b0e3867a3 100644
--- a/src/parsing/parse-info.cc
+++ b/src/parsing/parse-info.cc
@@ -6,7 +6,9 @@
#include "src/ast/ast-value-factory.h"
#include "src/ast/ast.h"
+#include "src/heap/heap-inl.h"
#include "src/objects-inl.h"
+#include "src/objects/scope-info.h"
#include "src/zone/zone.h"
namespace v8 {
« no previous file with comments | « src/parsing/parse-info.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698