Index: lib/compiler/implementation/patch_parser.dart |
diff --git a/lib/compiler/implementation/patch_parser.dart b/lib/compiler/implementation/patch_parser.dart |
index 259d28cb60089429b2f15e3e305ecfa0529f976d..d336a9eec02f7eb0a8f6f191c6570459f7aa47b2 100644 |
--- a/lib/compiler/implementation/patch_parser.dart |
+++ b/lib/compiler/implementation/patch_parser.dart |
@@ -12,6 +12,7 @@ |
#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"; |