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

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

Issue 10915245: Removing interfaces from dart:html (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Incorporating review feedback. 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/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

Powered by Google App Engine
This is Rietveld 408576698