| Index: src/full-codegen/mips64/full-codegen-mips64.cc
|
| diff --git a/src/full-codegen/mips64/full-codegen-mips64.cc b/src/full-codegen/mips64/full-codegen-mips64.cc
|
| index 10528179134c176d544ba45438d893c790abd2d6..aa51cb50a3f396ed9d8fed79b6b1aae8bede1a62 100644
|
| --- a/src/full-codegen/mips64/full-codegen-mips64.cc
|
| +++ b/src/full-codegen/mips64/full-codegen-mips64.cc
|
| @@ -335,7 +335,7 @@ void FullCodeGenerator::Generate() {
|
| // redeclaration.
|
| if (scope()->HasIllegalRedeclaration()) {
|
| Comment cmnt(masm_, "[ Declarations");
|
| - scope()->VisitIllegalRedeclaration(this);
|
| + VisitForEffect(scope()->GetIllegalRedeclaration());
|
|
|
| } else {
|
| PrepareForBailoutForId(BailoutId::FunctionEntry(), NO_REGISTERS);
|
|
|