Index: src/crankshaft/mips64/lithium-codegen-mips64.cc |
diff --git a/src/crankshaft/mips64/lithium-codegen-mips64.cc b/src/crankshaft/mips64/lithium-codegen-mips64.cc |
index c5f857ae9ed2e795ae6768e7166a34bac8690842..363cfb4b347060534681a43375d6afc25af3816e 100644 |
--- a/src/crankshaft/mips64/lithium-codegen-mips64.cc |
+++ b/src/crankshaft/mips64/lithium-codegen-mips64.cc |
@@ -5234,7 +5234,7 @@ void LCodeGen::DoTypeof(LTypeof* instr) { |
__ li(v0, Operand(isolate()->factory()->number_string())); |
__ jmp(&end); |
__ bind(&do_call); |
- Callable callable = CodeFactory::Typeof(isolate()); |
+ Callable callable = Builtins::CallableFor(isolate(), Builtins::kTypeof); |
CallCode(callable.code(), RelocInfo::CODE_TARGET, instr); |
__ bind(&end); |
} |