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