| Index: lib/compiler/implementation/patch_parser.dart
|
| diff --git a/lib/compiler/implementation/patch_parser.dart b/lib/compiler/implementation/patch_parser.dart
|
| index d336a9eec02f7eb0a8f6f191c6570459f7aa47b2..259d28cb60089429b2f15e3e305ecfa0529f976d 100644
|
| --- a/lib/compiler/implementation/patch_parser.dart
|
| +++ b/lib/compiler/implementation/patch_parser.dart
|
| @@ -12,7 +12,6 @@
|
| #import("elements/elements.dart");
|
| #import('native_handler.dart', prefix: 'native');
|
|
|
| -
|
| class PatchParserTask extends leg.CompilerTask {
|
| PatchParserTask(leg.Compiler compiler): super(compiler);
|
| final String name = "Patching Parser";
|
|
|