| Index: client/dom/generated/src/wrapping/_HTMLButtonElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLButtonElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLButtonElementWrappingImplementation.dart
|
| index bd85603b473576582f0d57f230998bd5f59fdcab..1457a5c4f5917326afd6d0e5336ab9423c70c3ca 100644
|
| --- a/client/dom/generated/src/wrapping/_HTMLButtonElementWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HTMLButtonElementWrappingImplementation.dart
|
| @@ -11,12 +11,6 @@ class _HTMLButtonElementWrappingImplementation extends _HTMLElementWrappingImple
|
| return new _HTMLButtonElementWrappingImplementation();
|
| }
|
|
|
| - String get accessKey() { return _get_accessKey(this); }
|
| - static String _get_accessKey(var _this) native;
|
| -
|
| - void set accessKey(String value) { _set_accessKey(this, value); }
|
| - static void _set_accessKey(var _this, String value) native;
|
| -
|
| bool get autofocus() { return _get_autofocus(this); }
|
| static bool _get_autofocus(var _this) native;
|
|
|
|
|