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

Unified Diff: lib/html/src/KeyName.dart

Issue 10915245: Removing interfaces from dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Further fixes to dartium. Created 8 years, 3 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: lib/html/src/KeyName.dart
diff --git a/lib/html/src/KeyName.dart b/lib/html/src/KeyName.dart
index eb13c872c8f50c3914bf554adb12494a0b0e8e62..5834582d6495ae0f29e811405cb2183993578bc5 100644
--- a/lib/html/src/KeyName.dart
+++ b/lib/html/src/KeyName.dart
@@ -7,7 +7,7 @@
* by KeyEvent.getKeyboardIdentifier when the key does not have a direct
* unicode mapping.
*/
-interface KeyName {
+abstract class KeyName {
/** The Accept (Commit, OK) key */
static const String ACCEPT = "Accept";

Powered by Google App Engine
This is Rietveld 408576698