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

Unified Diff: src/store-buffer.h

Issue 145583014: A fix for the globals.h TODO in libplatform. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: fix header include guard Created 6 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/scanner.h ('k') | src/strtod.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/store-buffer.h
diff --git a/src/store-buffer.h b/src/store-buffer.h
index 01e7cbeb8d2a439784617f20a16a61793df14459..5b6d5c47625072a971c6b44efb025f1cd7066363 100644
--- a/src/store-buffer.h
+++ b/src/store-buffer.h
@@ -29,8 +29,8 @@
#define V8_STORE_BUFFER_H_
#include "allocation.h"
+#include "base/globals.h"
#include "checks.h"
-#include "globals.h"
#include "platform.h"
#include "v8globals.h"
« no previous file with comments | « src/scanner.h ('k') | src/strtod.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698