| Index: client/dom/generated/src/wrapping/_NotificationWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_NotificationWrappingImplementation.dart b/client/dom/generated/src/wrapping/_NotificationWrappingImplementation.dart
|
| index cdffe09bc0287792062119f628d45668547d51d7..cb66041197a20cce0fa56926e8f523550e139206 100644
|
| --- a/client/dom/generated/src/wrapping/_NotificationWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_NotificationWrappingImplementation.dart
|
| @@ -17,30 +17,6 @@ class _NotificationWrappingImplementation extends DOMWrapperBase implements Noti
|
| void set dir(String value) { _set_dir(this, value); }
|
| static void _set_dir(var _this, String value) native;
|
|
|
| - EventListener get onclick() { return _get_onclick(this); }
|
| - static EventListener _get_onclick(var _this) native;
|
| -
|
| - void set onclick(EventListener value) { _set_onclick(this, value); }
|
| - static void _set_onclick(var _this, EventListener value) native;
|
| -
|
| - EventListener get onclose() { return _get_onclose(this); }
|
| - static EventListener _get_onclose(var _this) native;
|
| -
|
| - void set onclose(EventListener value) { _set_onclose(this, value); }
|
| - static void _set_onclose(var _this, EventListener value) native;
|
| -
|
| - EventListener get ondisplay() { return _get_ondisplay(this); }
|
| - static EventListener _get_ondisplay(var _this) native;
|
| -
|
| - void set ondisplay(EventListener value) { _set_ondisplay(this, value); }
|
| - static void _set_ondisplay(var _this, EventListener value) native;
|
| -
|
| - EventListener get onerror() { return _get_onerror(this); }
|
| - static EventListener _get_onerror(var _this) native;
|
| -
|
| - void set onerror(EventListener value) { _set_onerror(this, value); }
|
| - static void _set_onerror(var _this, EventListener value) native;
|
| -
|
| String get replaceId() { return _get_replaceId(this); }
|
| static String _get_replaceId(var _this) native;
|
|
|
|
|