| Index: client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart
|
| index b25b66e5ae0eddffe7f78976208b3dcce314ec79..ee55641af20e64f4f74311e4b2124e222f8194ed 100644
|
| --- a/client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart
|
| @@ -11,12 +11,6 @@ class _HTMLElementWrappingImplementation extends _ElementWrappingImplementation
|
| return new _HTMLElementWrappingImplementation();
|
| }
|
|
|
| - 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;
|
| -
|
| HTMLCollection get children() { return _get_children(this); }
|
| static HTMLCollection _get_children(var _this) native;
|
|
|
|
|