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

Unified Diff: client/dom/generated/src/wrapping/_KeyboardEventWrappingImplementation.dart

Issue 8588010: Regenerate from IDL with LANGUAGE_JAVASCRIPT on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Map Array to List 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/wrapping/_KeyboardEventWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_KeyboardEventWrappingImplementation.dart b/client/dom/generated/src/wrapping/_KeyboardEventWrappingImplementation.dart
index 7a5a3a42f425144d02e256062d760126cf3ecdef..bf0a1fa6fdc5eb0fcc4d8d1d1f7c228f700ad6f7 100644
--- a/client/dom/generated/src/wrapping/_KeyboardEventWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_KeyboardEventWrappingImplementation.dart
@@ -32,11 +32,6 @@ class _KeyboardEventWrappingImplementation extends _UIEventWrappingImplementatio
bool get shiftKey() { return _get__KeyboardEvent_shiftKey(this); }
static bool _get__KeyboardEvent_shiftKey(var _this) native;
- bool getModifierState(String keyIdentifierArg) {
- return _getModifierState(this, keyIdentifierArg);
- }
- static bool _getModifierState(receiver, keyIdentifierArg) native;
-
void initKeyboardEvent(String type, bool canBubble, bool cancelable, DOMWindow view, String keyIdentifier, int keyLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) {
_initKeyboardEvent(this, type, canBubble, cancelable, view, keyIdentifier, keyLocation, ctrlKey, altKey, shiftKey, metaKey, altGraphKey);
return;

Powered by Google App Engine
This is Rietveld 408576698