| Index: dart/lib/compiler/implementation/patch_parser.dart
|
| diff --git a/dart/lib/compiler/implementation/patch_parser.dart b/dart/lib/compiler/implementation/patch_parser.dart
|
| index 6b96677c592b3be0d805badc4c34b02dc3422503..4ea29b45cbeef6b9e44b3472f1f9bf186d2ef70c 100644
|
| --- a/dart/lib/compiler/implementation/patch_parser.dart
|
| +++ b/dart/lib/compiler/implementation/patch_parser.dart
|
| @@ -95,7 +95,7 @@ interface PatchListener extends Listener {
|
| class PatchParser extends PartialParser {
|
| PatchParser(PatchListener listener) : super(listener);
|
|
|
| - PatchListener get patchListener() => listener;
|
| + PatchListener get patchListener => listener;
|
|
|
| bool isPatch(Token token) {
|
| return token.stringValue === null &&
|
|
|