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

Unified Diff: src/misc-intrinsics.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/mips/simulator-mips.cc ('k') | src/platform/socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/misc-intrinsics.h
diff --git a/src/misc-intrinsics.h b/src/misc-intrinsics.h
index 5393de2c2175963a3f978eecbfd91189d869f975..e491183806f4de9e165add65129eeb60015443a2 100644
--- a/src/misc-intrinsics.h
+++ b/src/misc-intrinsics.h
@@ -29,7 +29,7 @@
#define V8_MISC_INTRINSICS_H_
#include "../include/v8.h"
-#include "globals.h"
+#include "base/globals.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/mips/simulator-mips.cc ('k') | src/platform/socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698