| 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),
|
|
|