| Index: src/crankshaft/x87/lithium-codegen-x87.cc
|
| diff --git a/src/crankshaft/x87/lithium-codegen-x87.cc b/src/crankshaft/x87/lithium-codegen-x87.cc
|
| index afec445385e6c1cb32d80c36c5da59480ca0a6a2..c56f4624460fede052d1648ab7c78f4ca264cd8b 100644
|
| --- a/src/crankshaft/x87/lithium-codegen-x87.cc
|
| +++ b/src/crankshaft/x87/lithium-codegen-x87.cc
|
| @@ -5310,7 +5310,7 @@ void LCodeGen::DoTypeof(LTypeof* instr) {
|
| __ mov(eax, Immediate(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);
|
| }
|
|
|