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

Unified Diff: src/objects/scope-info.h

Issue 2623573003: objects.h splitting: move ModuleInfo (Closed)
Patch Set: ditto 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/objects/module-info.h ('k') | src/v8.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects/scope-info.h
diff --git a/src/objects/scope-info.h b/src/objects/scope-info.h
index e15894996031dce7894da53b78737326f065f6e2..671734e05ad66d265ceaee63ce9f1a8cbe49f1b8 100644
--- a/src/objects/scope-info.h
+++ b/src/objects/scope-info.h
@@ -8,9 +8,11 @@
#include "src/globals.h"
#include "src/handles.h"
#include "src/objects.h"
-#include "src/objects/object-macros.h"
#include "src/utils.h"
+// Has to be the last include (doesn't have include guards):
+#include "src/objects/object-macros.h"
+
namespace v8 {
namespace internal {
« no previous file with comments | « src/objects/module-info.h ('k') | src/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698