| Index: src/crankshaft/arm/lithium-codegen-arm.cc
|
| diff --git a/src/crankshaft/arm/lithium-codegen-arm.cc b/src/crankshaft/arm/lithium-codegen-arm.cc
|
| index 3d67ce12a1b263dff74140451364f9c2d46def71..5612b3167a6043ed130c74a74b6d7c8ac6cb52b2 100644
|
| --- a/src/crankshaft/arm/lithium-codegen-arm.cc
|
| +++ b/src/crankshaft/arm/lithium-codegen-arm.cc
|
| @@ -5043,7 +5043,7 @@ void LCodeGen::DoTypeof(LTypeof* instr) {
|
| __ mov(r0, 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);
|
| }
|
|
|