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

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

Issue 26334002: "Reverting 28321" (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
« no previous file with comments | « tools/dom/src/KeyCode.dart ('k') | tools/dom/src/KeyboardEventStream.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/src/KeyName.dart
diff --git a/tools/dom/src/KeyName.dart b/tools/dom/src/KeyName.dart
index 907614743a71c1cff40ecbfa5b90f6302f7bb562..402cdc25262bb12dbddf197f77c881f4e7a3c2bf 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 KeyboardEvent.getKeyboardIdentifier when the key does not have a direct
+ * by KeyEvent.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";
« no previous file with comments | « tools/dom/src/KeyCode.dart ('k') | tools/dom/src/KeyboardEventStream.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698