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

Unified Diff: src/v8.h

Issue 1935: New static flags system (Closed)
Patch Set: Merge, again. Created 12 years, 3 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/usage-analyzer.cc ('k') | src/v8.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.h
diff --git a/src/v8.h b/src/v8.h
index acdb119cbe8b533c3648f58cd543921fe95185a3..328c88cd1da8ff0ea5f515876123b1a06e5f5444 100644
--- a/src/v8.h
+++ b/src/v8.h
@@ -53,7 +53,7 @@
#include "checks.h"
#include "allocation.h"
#include "utils.h"
-#include "flags-inl.h"
+#include "flags.h"
// Objects & heap
#include "objects.h"
« no previous file with comments | « src/usage-analyzer.cc ('k') | src/v8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698