| 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 72d05968473421a1072dbed13b2624387b7da294..e368fe19536aa6d5c6b0929ff37dce150d59cdce 100644
|
| --- a/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| +++ b/tools/dom/templates/html/dartium/html_dartium.darttemplate
|
| @@ -149,9 +149,6 @@ final htmlBlinkMap = {
|
| '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,
|
| };
|
|
|
| // TODO(leafp): We may want to move this elsewhere if html becomes
|
|
|