| Index: sdk/lib/_internal/compiler/implementation/ssa/interceptor_simplifier.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/interceptor_simplifier.dart (revision 27517)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/interceptor_simplifier.dart (working copy)
|
| @@ -264,7 +264,7 @@
|
| // they have side effects.
|
| HInstruction instruction;
|
| if (selector.isGetter()) {
|
| - instruction= new HInvokeDynamicGetter(
|
| + instruction = new HInvokeDynamicGetter(
|
| selector,
|
| node.element,
|
| <HInstruction>[constant, node.inputs[1]],
|
|
|