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

Unified Diff: sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart

Issue 14907008: Remove support for interface in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased Created 7 years, 7 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: sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart
diff --git a/sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart b/sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart
index 9f2cfbf325a8d443ea4b675f766bd8f7f642544b..6d85e086ab2e93792d511a6636c7ad002672c295 100644
--- a/sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart
+++ b/sdk/lib/_internal/compiler/implementation/tree/prettyprint.dart
@@ -152,7 +152,6 @@ class PrettyPrinter implements Visitor {
visitChildNode(node.superclass, "superclass");
visitChildNode(node.interfaces, "interfaces");
visitChildNode(node.typeParameters, "typeParameters");
- visitChildNode(node.defaultClause, "defaultClause");
closeNode();
}

Powered by Google App Engine
This is Rietveld 408576698