| Index: tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| diff --git a/tools/dom/templates/html/dartium/html_dartium.darttemplate b/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| index 512ff7df12783579ad2c51114f305354413497dc..aef8e8b9d196d605095bf0a4f9fe693a957e7ce1 100644
|
| --- a/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| @@ -152,5 +152,8 @@ const htmlBlinkMap = const {
|
| 'JsFunction': js.JsFunction,
|
| 'JsArray': js.JsArray,
|
| $!TYPE_MAP
|
| + // FIXME: Temporary workaround. The Blink name matches the Dart name
|
| + // post Chrome 35. We still generate the old mapping from 'Clipboard'.
|
| + 'DataTransfer': DataTransfer,
|
| };
|
| $endif
|
|
|