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