| Index: src/crankshaft/ia32/lithium-codegen-ia32.cc
|
| diff --git a/src/crankshaft/ia32/lithium-codegen-ia32.cc b/src/crankshaft/ia32/lithium-codegen-ia32.cc
|
| index 5674b7305ad0f984002e672b3d53e7b3536a18e8..85ecc7d18814cc1fcd15bd729937d6134968ba1c 100644
|
| --- a/src/crankshaft/ia32/lithium-codegen-ia32.cc
|
| +++ b/src/crankshaft/ia32/lithium-codegen-ia32.cc
|
| @@ -177,8 +177,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(),
|
|
|