| Index: sdk/lib/_internal/compiler/implementation/ssa/codegen_helpers.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/ssa/codegen_helpers.dart b/sdk/lib/_internal/compiler/implementation/ssa/codegen_helpers.dart
|
| index 2caf6410e93999ea6cf039426b1dda21cbc461fa..6821a92c2cde859b804f2c7c572692301a6b241c 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/ssa/codegen_helpers.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/ssa/codegen_helpers.dart
|
| @@ -123,7 +123,7 @@ class SsaInstructionSelection extends HBaseVisitor {
|
| if (interceptor == receiverArgument) {
|
| // TODO(15933): Make automatically generated property extraction
|
| // closures work with the dummy receiver optimization.
|
| - if (!selector.isGetter()) {
|
| + if (!selector.isGetter) {
|
| Constant constant = new DummyConstant(
|
| receiverArgument.instructionType);
|
| HConstant dummy = graph.addConstant(constant, compiler);
|
|
|