| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 6960ebbd7aae4233a52ee496c242b33fe6e1a3d1..91ee52a59416a3ecea1a70857a2b915e5b3c2d5d 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -5693,7 +5693,7 @@ class DataTransfer native "Clipboard" {
|
|
|
| @DomName('Clipboard.setDragImage')
|
| @DocsEditable
|
| - void setDragImage(ImageElement image, int x, int y) native;
|
| + void setDragImage(Element element, int x, int y) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
|
|