Index: src/full-codegen/arm64/full-codegen-arm64.cc |
diff --git a/src/full-codegen/arm64/full-codegen-arm64.cc b/src/full-codegen/arm64/full-codegen-arm64.cc |
index 2f9b9d5bf5b7fdff207c7b83cba6a7b790e2201d..e2acd04fc180de87b45027762ce7d550c1616a1a 100644 |
--- a/src/full-codegen/arm64/full-codegen-arm64.cc |
+++ b/src/full-codegen/arm64/full-codegen-arm64.cc |
@@ -204,8 +204,7 @@ void FullCodeGenerator::Generate() { |
if (info->scope()->new_target_var() != nullptr) { |
__ Push(x3); // Preserve new target. |
} |
- if (slots <= |
- ConstructorBuiltinsAssembler::MaximumFunctionContextSlots()) { |
+ if (slots <= ConstructorBuiltins::MaximumFunctionContextSlots()) { |
Callable callable = CodeFactory::FastNewFunctionContext( |
isolate(), info->scope()->scope_type()); |
__ Mov(FastNewFunctionContextDescriptor::SlotsRegister(), slots); |