| Index: tools/dom/src/dartium_KeyEvent.dart
|
| diff --git a/tools/dom/src/dartium_KeyEvent.dart b/tools/dom/src/dartium_KeyEvent.dart
|
| index c610b8e9651440177885f689fa46faa6b12de30e..a8eff57583da6f96f96e9f5fafb37f3e3fbcc179 100644
|
| --- a/tools/dom/src/dartium_KeyEvent.dart
|
| +++ b/tools/dom/src/dartium_KeyEvent.dart
|
| @@ -59,7 +59,7 @@ class KeyEvent implements KeyboardEvent {
|
| _parent.cancelBubble = cancel;
|
| }
|
| /** Accessor to the clipboardData available for this event. */
|
| - Clipboard get clipboardData => _parent.clipboardData;
|
| + DataTransfer get clipboardData => _parent.clipboardData;
|
| /** True if the ctrl key is pressed during this event. */
|
| bool get ctrlKey => _parent.ctrlKey;
|
| /** Accessor to the target this event is listening to for changes. */
|
|
|