Chromium Code Reviews

Unified Diff: src/lookup.cc

Issue 1696333002: Don't include field-type.h into objects-inl.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/lookup.cc
diff --git a/src/lookup.cc b/src/lookup.cc
index cd463adca266d02d74a13e1bf2a46565e17979bc..6ff707ad8b1bf1422e5f6d956d535dd354d51978 100644
--- a/src/lookup.cc
+++ b/src/lookup.cc
@@ -7,6 +7,7 @@
#include "src/bootstrapper.h"
#include "src/deoptimizer.h"
#include "src/elements.h"
+#include "src/field-type.h"
#include "src/isolate-inl.h"
namespace v8 {
« src/ic/arm/handler-compiler-arm.cc ('K') | « src/json-parser.h ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine