| Index: src/full-codegen/x87/full-codegen-x87.cc | 
| diff --git a/src/full-codegen/x87/full-codegen-x87.cc b/src/full-codegen/x87/full-codegen-x87.cc | 
| index 850bb2b1d31b92938b6ec8a6223ef3495f1087cf..2054cac67c1685f2e0d6d81ff60895b4447fc267 100644 | 
| --- a/src/full-codegen/x87/full-codegen-x87.cc | 
| +++ b/src/full-codegen/x87/full-codegen-x87.cc | 
| @@ -188,8 +188,7 @@ void FullCodeGenerator::Generate() { | 
| if (info->scope()->new_target_var() != nullptr) { | 
| __ push(edx);  // Preserve new target. | 
| } | 
| -      if (slots <= | 
| -          ConstructorBuiltinsAssembler::MaximumFunctionContextSlots()) { | 
| +      if (slots <= ConstructorBuiltins::MaximumFunctionContextSlots()) { | 
| Callable callable = CodeFactory::FastNewFunctionContext( | 
| isolate(), info->scope()->scope_type()); | 
| __ mov(FastNewFunctionContextDescriptor::SlotsRegister(), | 
|  |