| 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 59d59202b4182d51a879c60536108752626de5e9..de2a88e08a3b0af9f24b1dc1b0fe649eef875972 100644
|
| --- a/src/full-codegen/arm64/full-codegen-arm64.cc
|
| +++ b/src/full-codegen/arm64/full-codegen-arm64.cc
|
| @@ -328,7 +328,7 @@ void FullCodeGenerator::Generate() {
|
| // redeclaration.
|
| if (scope()->HasIllegalRedeclaration()) {
|
| Comment cmnt(masm_, "[ Declarations");
|
| - scope()->VisitIllegalRedeclaration(this);
|
| + VisitForEffect(scope()->GetIllegalRedeclaration());
|
|
|
| } else {
|
| PrepareForBailoutForId(BailoutId::FunctionEntry(), NO_REGISTERS);
|
|
|