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

Unified Diff: src/compiler/register-configuration.h

Issue 905293002: Remove dependency on v8.h from TurboFan. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add DEPS file. Created 5 years, 10 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/compiler/register-allocator-verifier.h ('k') | src/compiler/register-configuration.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/register-configuration.h
diff --git a/src/compiler/register-configuration.h b/src/compiler/register-configuration.h
index 8178ba2f0d77deea594e4615de26cd1f812cb105..f0d58735ba719a9f4e0eb95a7fc1abbd81f1b4e5 100644
--- a/src/compiler/register-configuration.h
+++ b/src/compiler/register-configuration.h
@@ -5,7 +5,7 @@
#ifndef V8_COMPILER_REGISTER_CONFIGURATION_H_
#define V8_COMPILER_REGISTER_CONFIGURATION_H_
-#include "src/v8.h"
+#include "src/base/macros.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/compiler/register-allocator-verifier.h ('k') | src/compiler/register-configuration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698