Index: src/crankshaft/x64/lithium-codegen-x64.cc |
diff --git a/src/crankshaft/x64/lithium-codegen-x64.cc b/src/crankshaft/x64/lithium-codegen-x64.cc |
index 30a13e88cbba87b5018b8b54465fdfb06069c35e..e0e828321494822006f0654f91bb3fe1c5f59060 100644 |
--- a/src/crankshaft/x64/lithium-codegen-x64.cc |
+++ b/src/crankshaft/x64/lithium-codegen-x64.cc |
@@ -181,8 +181,7 @@ void LCodeGen::DoPrologue(LPrologue* instr) { |
__ CallRuntime(Runtime::kNewScriptContext); |
deopt_mode = Safepoint::kLazyDeopt; |
} else { |
- if (slots <= |
- ConstructorBuiltinsAssembler::MaximumFunctionContextSlots()) { |
+ if (slots <= ConstructorBuiltins::MaximumFunctionContextSlots()) { |
Callable callable = CodeFactory::FastNewFunctionContext( |
isolate(), info()->scope()->scope_type()); |
__ Set(FastNewFunctionContextDescriptor::SlotsRegister(), slots); |