| Index: dart/lib/compiler/implementation/ssa/builder.dart
|
| diff --git a/dart/lib/compiler/implementation/ssa/builder.dart b/dart/lib/compiler/implementation/ssa/builder.dart
|
| index 3eb295d1827b7ce550294162b1f1e21646ef6ae2..2b7ed97239798b893ac0b798c85f609b5ae4483d 100644
|
| --- a/dart/lib/compiler/implementation/ssa/builder.dart
|
| +++ b/dart/lib/compiler/implementation/ssa/builder.dart
|
| @@ -2421,7 +2421,7 @@ class SsaBuilder extends ResolvedVisitor implements Visitor {
|
| add(target);
|
| var inputs = <HInstruction>[target, context];
|
| addDynamicSendArgumentsToList(node, inputs);
|
| - push(new HInvokeSuper(inputs));
|
| + push(new HInvokeSuper(inputs, isSetter: true));
|
| } else if (node.isIndex) {
|
| if (!methodInterceptionEnabled) {
|
| assert(op.source.stringValue === '=');
|
|
|