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

Unified Diff: src/allocation-site-scopes.cc

Issue 2246203005: include only stuff you need, part 1: ast.h, ast-value-factory.h. (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/allocation-site-scopes.cc
diff --git a/src/allocation-site-scopes.cc b/src/allocation-site-scopes.cc
index 4c8cda52ed2076f7cf22f0d9bfd20c14ede9e0bb..6b9fd03a21913e4edc72b41abe5ce29125a2b308 100644
--- a/src/allocation-site-scopes.cc
+++ b/src/allocation-site-scopes.cc
@@ -3,6 +3,9 @@
// found in the LICENSE file.
#include "src/allocation-site-scopes.h"
+#include "src/factory.h"
+#include "src/isolate.h"
+#include "src/objects-inl.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/allocation-site-scopes.h ('k') | src/asmjs/asm-js.cc » ('j') | src/asmjs/asm-js.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698