| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index fdb329324a683bbae93695ff966f5e542c84b4a4..e8044320b412ccce33e198c4cf41a6dcf7337827 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -562,7 +562,7 @@ class FullCodeGenerator: public AstVisitor {
|
|
|
| // Complete a super named property assignment. The right-hand-side value
|
| // is expected in accumulator.
|
| - void EmitNamedSuperPropertyAssignment(Assignment* expr);
|
| + void EmitNamedSuperPropertyStore(Property* prop);
|
|
|
| // Complete a keyed property assignment. The receiver and key are
|
| // expected on top of the stack and the right-hand-side value in the
|
|
|