| Index: tools/dom/src/WrappedEvent.dart
|
| diff --git a/tools/dom/src/WrappedEvent.dart b/tools/dom/src/WrappedEvent.dart
|
| index b701cefa5613971ff78edc1b04d887d65c0456df..af64faed5b8f6bd1563b04807704761cd4c92d9c 100644
|
| --- a/tools/dom/src/WrappedEvent.dart
|
| +++ b/tools/dom/src/WrappedEvent.dart
|
| @@ -13,11 +13,6 @@ class _WrappedEvent implements Event {
|
|
|
| bool get bubbles => wrapped.bubbles;
|
|
|
| - bool get cancelBubble => wrapped.bubbles;
|
| - void set cancelBubble(bool value) {
|
| - wrapped.cancelBubble = value;
|
| - }
|
| -
|
| bool get cancelable => wrapped.cancelable;
|
|
|
| DataTransfer get clipboardData => wrapped.clipboardData;
|
|
|