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

Unified Diff: client/dom/generated/src/interface/KeyboardEvent.dart

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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: client/dom/generated/src/interface/KeyboardEvent.dart
diff --git a/client/dom/generated/src/interface/KeyboardEvent.dart b/client/dom/generated/src/interface/KeyboardEvent.dart
index cec6549d0ef0b822fd09504e4415ff15770fb879..2c77458e0899922680f203b00dc5fb4f009f19ba 100644
--- a/client/dom/generated/src/interface/KeyboardEvent.dart
+++ b/client/dom/generated/src/interface/KeyboardEvent.dart
@@ -6,14 +6,6 @@
interface KeyboardEvent extends UIEvent {
- static final int KEY_LOCATION_LEFT = 0x01;
-
- static final int KEY_LOCATION_NUMPAD = 0x03;
-
- static final int KEY_LOCATION_RIGHT = 0x02;
-
- static final int KEY_LOCATION_STANDARD = 0x00;
-
bool get altGraphKey();
bool get altKey();
@@ -28,8 +20,6 @@ interface KeyboardEvent extends UIEvent {
bool get shiftKey();
- bool getModifierState(String keyIdentifierArg);
-
void initKeyboardEvent(String type, bool canBubble, bool cancelable, DOMWindow view, String keyIdentifier, int keyLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey);
}

Powered by Google App Engine
This is Rietveld 408576698