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