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

Unified Diff: sdk/lib/_internal/compiler/implementation/elements/elements.dart

Issue 14907008: Remove support for interface in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix constructor name bug. Created 7 years, 8 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/elements/elements.dart
diff --git a/sdk/lib/_internal/compiler/implementation/elements/elements.dart b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
index c0365963404fb2fbd2c12204f0d4eede2d1816a6..45888761e314ca2f452133f528e0bfcf65676180 100644
--- a/sdk/lib/_internal/compiler/implementation/elements/elements.dart
+++ b/sdk/lib/_internal/compiler/implementation/elements/elements.dart
@@ -763,11 +763,6 @@ abstract class ClassElement extends TypeDeclarationElement
void set resolutionState(int value);
void set nativeTagInfo(SourceString value);
- // TODO(kasperl): These seem outdated.
- bool isInterface();
- DartType get defaultClass;
- void set defaultClass(DartType value);
-
bool isObject(Compiler compiler);
bool isSubclassOf(ClassElement cls);
bool implementsInterface(ClassElement intrface);

Powered by Google App Engine
This is Rietveld 408576698