| Index: tools/dom/src/dartium_WrappedEvent.dart
|
| diff --git a/tools/dom/src/dartium_WrappedEvent.dart b/tools/dom/src/dartium_WrappedEvent.dart
|
| index 18c43f0a6ffc3c23f1283664e4eea37fc939efd2..2364158e0caedd45ebcc41ddacd6d36200b0ab6f 100644
|
| --- a/tools/dom/src/dartium_WrappedEvent.dart
|
| +++ b/tools/dom/src/dartium_WrappedEvent.dart
|
| @@ -26,8 +26,6 @@ class _WrappedEvent implements Event {
|
|
|
| bool get cancelable => wrapped.cancelable;
|
|
|
| - DataTransfer get clipboardData => wrapped.clipboardData;
|
| -
|
| EventTarget get currentTarget => wrapped.currentTarget;
|
|
|
| bool get defaultPrevented => wrapped.defaultPrevented;
|
|
|