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

Unified Diff: tools/dom/src/KeyName.dart

Issue 23455033: Fully polyfill KeyEvent so that you can programmatically create your own "keyboard" events. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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: tools/dom/src/KeyName.dart
diff --git a/tools/dom/src/KeyName.dart b/tools/dom/src/KeyName.dart
index 402cdc25262bb12dbddf197f77c881f4e7a3c2bf..907614743a71c1cff40ecbfa5b90f6302f7bb562 100644
--- a/tools/dom/src/KeyName.dart
+++ b/tools/dom/src/KeyName.dart
@@ -6,10 +6,10 @@ part of html;
/**
* Defines the standard keyboard identifier names for keys that are returned
- * by KeyEvent.getKeyboardIdentifier when the key does not have a direct
+ * by KeyboardEvent.getKeyboardIdentifier when the key does not have a direct
* unicode mapping.
*/
-abstract class KeyName {
+abstract class _KeyName {
/** The Accept (Commit, OK) key */
static const String ACCEPT = "Accept";

Powered by Google App Engine
This is Rietveld 408576698