Chromium Code Reviews| Index: lib/html/src/KeyLocation.dart |
| diff --git a/lib/html/src/KeyLocation.dart b/lib/html/src/KeyLocation.dart |
| index e87f04034227137241c2c1de5cd6272e6f958977..899e5afedd6b79ac7a99791c5c5cf0427f28d77c 100644 |
| --- a/lib/html/src/KeyLocation.dart |
| +++ b/lib/html/src/KeyLocation.dart |
| @@ -6,7 +6,7 @@ |
| * Defines the standard key locations returned by |
| * KeyboardEvent.getKeyLocation. |
| */ |
| -interface KeyLocation { |
| +abstract class KeyLocation { |
| /** |
| * The event key is not distinguished as the left or right version |