| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 0ba289f732d149552bd51c2014d5e71c469ca4ca..667368ab6f0cac06579ddcb58bf0419228788c42 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -6195,7 +6195,7 @@ class DataTransfer extends NativeFieldWrapperClass1 {
|
|
|
| @DomName('Clipboard.setDragImage')
|
| @DocsEditable
|
| - void setDragImage(ImageElement image, int x, int y) native "Clipboard_setDragImage_Callback";
|
| + void setDragImage(Element element, int x, int y) native "Clipboard_setDragImage_Callback";
|
|
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
|
|