| 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 fbbdd1a49d8fb2d2a1218a1358f84769d501f267..e44393d955881ba0283cf9aacbb804c567df5c75 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -6309,7 +6309,7 @@ class DataListElement extends HtmlElement native "HTMLDataListElement" {
|
|
|
| @DocsEditable()
|
| @DomName('Clipboard')
|
| -class DataTransfer extends Interceptor native "Clipboard" {
|
| +class DataTransfer extends Interceptor native "Clipboard,DataTransfer" {
|
| // To suppress missing implicit constructor warnings.
|
| factory DataTransfer._() { throw new UnsupportedError("Not supported"); }
|
|
|
|
|