Index: src/crankshaft/s390/lithium-codegen-s390.cc |
diff --git a/src/crankshaft/s390/lithium-codegen-s390.cc b/src/crankshaft/s390/lithium-codegen-s390.cc |
index c1be5fa50475faa29b83014e3c75ac79d0e34a13..6786810440be84628dc0f83a7ddc8d803d3d2cf5 100644 |
--- a/src/crankshaft/s390/lithium-codegen-s390.cc |
+++ b/src/crankshaft/s390/lithium-codegen-s390.cc |
@@ -5296,7 +5296,7 @@ void LCodeGen::DoTypeof(LTypeof* instr) { |
__ mov(r2, 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); |
} |