| 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 88a9cea68efc8c9828baa9e67e52880060b179e9..e1609b28157cc2a8603a04b8f2d9a217a3e792d9 100644
|
| --- a/src/crankshaft/x87/lithium-codegen-x87.cc
|
| +++ b/src/crankshaft/x87/lithium-codegen-x87.cc
|
| @@ -147,8 +147,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());
|
| __ mov(FastNewFunctionContextDescriptor::SlotsRegister(),
|
|
|