Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Unified Diff: lib/compiler/implementation/patch_parser.dart

Issue 10917208: Change interfaces to abstract classes in dart2js compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/compiler/implementation/patch_parser.dart
diff --git a/lib/compiler/implementation/patch_parser.dart b/lib/compiler/implementation/patch_parser.dart
index 2a719238d3ad19acec17868a0a2f02d794f8fd3f..cfc78f8531f9f1925856482c32bf1e7e5905a4b1 100644
--- a/lib/compiler/implementation/patch_parser.dart
+++ b/lib/compiler/implementation/patch_parser.dart
@@ -78,7 +78,7 @@ class PatchParserTask extends leg.CompilerTask {
* keyword in patch files.
* Patch files shouldn't have a type named "patch".
*/
-interface PatchListener extends Listener {
+abstract class PatchListener extends Listener {
void beginPatch(Token patch);
void endPatch(Token patch);
}

Powered by Google App Engine
This is Rietveld 408576698