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

Unified Diff: src/utils.h

Issue 5005001: Split globals.h into two parts, where only one depends on V8. (Closed)
Patch Set: Addressed review comments. Created 10 years, 1 month 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/scanner-base.cc ('k') | src/v8.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/utils.h
diff --git a/src/utils.h b/src/utils.h
index 069be4f8a5da01025d38b20d6c1aeb8a80cc675d..3fbc4dceb39a4c4180743cc9fc6e86188b5d51e8 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -31,7 +31,9 @@
#include <stdlib.h>
#include <string.h>
+#include "globals.h"
#include "checks.h"
+#include "allocation.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/scanner-base.cc ('k') | src/v8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698