Index: test/cctest/test-disasm-x64.cc |
diff --git a/test/cctest/test-disasm-x64.cc b/test/cctest/test-disasm-x64.cc |
index 055efba0cd244dfbec5c3abcb92c52c887b3d5c8..29c58e36622062a5b95d09bc2a2e63c44c1f31a5 100644 |
--- a/test/cctest/test-disasm-x64.cc |
+++ b/test/cctest/test-disasm-x64.cc |
@@ -282,7 +282,7 @@ TEST(DisasmX64) { |
// TODO(mstarzinger): The following is protected. |
// __ call(Operand(rbx, rcx, times_4, 10000)); |
__ nop(); |
- Handle<Code> ic(CodeFactory::LoadIC(isolate, NOT_INSIDE_TYPEOF).code()); |
+ Handle<Code> ic(CodeFactory::LoadIC(isolate).code()); |
__ call(ic, RelocInfo::CODE_TARGET); |
__ nop(); |
__ nop(); |