| 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 9be513c9c9ec2a1ab7d986055f1f33dd8e5636e8..4858e292c73ed2fd85eb5e52110c83026db3694e 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -6366,7 +6366,7 @@ class DataTransfer extends Interceptor native "Clipboard,DataTransfer" {
|
|
|
| @DomName('Clipboard.setDragImage')
|
| @DocsEditable()
|
| - void setDragImage(Element element, int x, int y) native;
|
| + void setDragImage(Element image, 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
|
|
|