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

Unified Diff: src/api-experimental.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/api-arguments.cc ('k') | src/ast/ast-expression-rewriter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/api-experimental.cc
diff --git a/src/api-experimental.cc b/src/api-experimental.cc
index 934b27aa5d8f9650b92d91a5beaf233783b9f429..a9b5bd043b89977d2d87d47fe401ef43687776a9 100644
--- a/src/api-experimental.cc
+++ b/src/api-experimental.cc
@@ -8,10 +8,11 @@
#include "src/api-experimental.h"
-#include "include/v8.h"
#include "include/v8-experimental.h"
+#include "include/v8.h"
#include "src/api.h"
#include "src/fast-accessor-assembler.h"
+#include "src/objects-inl.h"
namespace {
« no previous file with comments | « src/api-arguments.cc ('k') | src/ast/ast-expression-rewriter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698