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

Unified Diff: sdk/lib/_internal/compiler/implementation/scanner/keyword.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/scanner/keyword.dart
diff --git a/sdk/lib/_internal/compiler/implementation/scanner/keyword.dart b/sdk/lib/_internal/compiler/implementation/scanner/keyword.dart
index 9138e0ff12829a9b85c1789ab6879a6f0dbaf47f..d17bc8c2e2f21098c0b45c07e06c0c8837724d22 100644
--- a/sdk/lib/_internal/compiler/implementation/scanner/keyword.dart
+++ b/sdk/lib/_internal/compiler/implementation/scanner/keyword.dart
@@ -54,7 +54,6 @@ class Keyword extends IterableBase<int> implements SourceString {
const Keyword("get", isBuiltIn: true),
const Keyword("implements", isBuiltIn: true),
const Keyword("import", isBuiltIn: true),
- const Keyword("interface", isBuiltIn: true),
const Keyword("library", isBuiltIn: true),
const Keyword("operator", isBuiltIn: true),
const Keyword("part", isBuiltIn: true),

Powered by Google App Engine
This is Rietveld 408576698