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

Unified Diff: src/code-stubs.cc

Issue 497083002: Move handler compilers to handler-compiler (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix include Created 6 years, 4 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/builtins.cc ('k') | src/gomacc.lock » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stubs.cc
diff --git a/src/code-stubs.cc b/src/code-stubs.cc
index b190321cd180fb972dc04e60d57623592ffa8a7d..20bbb475d4e75e0244264a500247f0c76eae6bdb 100644
--- a/src/code-stubs.cc
+++ b/src/code-stubs.cc
@@ -9,7 +9,7 @@
#include "src/cpu-profiler.h"
#include "src/factory.h"
#include "src/gdb-jit.h"
-#include "src/ic/ic-compiler.h"
+#include "src/ic/handler-compiler.h"
#include "src/macro-assembler.h"
namespace v8 {
« no previous file with comments | « src/builtins.cc ('k') | src/gomacc.lock » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698