| 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;
|
|
|