Index: src/crankshaft/ppc/lithium-codegen-ppc.cc |
diff --git a/src/crankshaft/ppc/lithium-codegen-ppc.cc b/src/crankshaft/ppc/lithium-codegen-ppc.cc |
index 1d9845e1f2d1e230ec4ae05d0de4e9712b455224..6b97f995ac1a0266df33a0a491ee6af19b2a48a7 100644 |
--- a/src/crankshaft/ppc/lithium-codegen-ppc.cc |
+++ b/src/crankshaft/ppc/lithium-codegen-ppc.cc |
@@ -5351,7 +5351,7 @@ void LCodeGen::DoTypeof(LTypeof* instr) { |
__ mov(r3, Operand(isolate()->factory()->number_string())); |
__ b(&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); |
} |