Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: tools/dom/templates/html/dartium/html_dartium.darttemplate

Issue 569783002: Migrate to Chrome 37 IDL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698