Index: test/cctest/test-disasm-x87.cc |
diff --git a/test/cctest/test-disasm-x87.cc b/test/cctest/test-disasm-x87.cc |
index 697a9d3b49fcc9e3d203bc87f2b90c2bc9ae1e28..d68b1c2607e8f272b00381861127dcdcb7b59069 100644 |
--- a/test/cctest/test-disasm-x87.cc |
+++ b/test/cctest/test-disasm-x87.cc |
@@ -29,10 +29,10 @@ |
#include "src/v8.h" |
+#include "src/code-factory.h" |
#include "src/debug/debug.h" |
#include "src/disasm.h" |
#include "src/disassembler.h" |
-#include "src/ic/ic.h" |
#include "src/macro-assembler.h" |
#include "src/x87/frames-x87.h" |
#include "test/cctest/cctest.h" |
@@ -290,7 +290,7 @@ TEST(DisasmIa320) { |
__ bind(&L2); |
__ call(Operand(ebx, ecx, times_4, 10000)); |
__ nop(); |
- Handle<Code> ic(LoadIC::initialize_stub(isolate, NOT_INSIDE_TYPEOF)); |
+ Handle<Code> ic(CodeFactory::LoadIC(isolate, NOT_INSIDE_TYPEOF)); |
__ call(ic, RelocInfo::CODE_TARGET); |
__ nop(); |
__ call(FUNCTION_ADDR(DummyStaticFunction), RelocInfo::RUNTIME_ENTRY); |