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