| Index: src/crankshaft/mips64/lithium-codegen-mips64.cc
 | 
| diff --git a/src/crankshaft/mips64/lithium-codegen-mips64.cc b/src/crankshaft/mips64/lithium-codegen-mips64.cc
 | 
| index f244a17828122d3ca2d6d40cb90a27010712ce25..6cb910249f061bbc0f224ecc5291bc79b2af6a0a 100644
 | 
| --- a/src/crankshaft/mips64/lithium-codegen-mips64.cc
 | 
| +++ b/src/crankshaft/mips64/lithium-codegen-mips64.cc
 | 
| @@ -179,8 +179,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());
 | 
|          __ li(FastNewFunctionContextDescriptor::SlotsRegister(),
 | 
| 
 |