| 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 06d047d38fa22841f84cef41ee2c2234aa2e71bc..9b44335cf4d4f77e0a97e5173f9106d9b9e60943 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -484,6 +484,9 @@ const htmlBlinkMap = const {
|
| 'XPathResult': XPathResult,
|
| 'XSLTProcessor': XsltProcessor,
|
|
|
| + // FIXME: Temporary workaround. The Blink name matches the Dart name
|
| + // post Chrome 35. We still generate the old mapping from 'Clipboard'.
|
| + 'DataTransfer': DataTransfer,
|
| };
|
| // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
|
|