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

Unified Diff: client/dom/templates/html/frog/html_frog.darttemplate

Issue 9600035: Enable new dart:html wrapperless frog bindings and wrapper dartium bindings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Handle all code review comments Created 8 years, 10 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: client/dom/templates/html/frog/html_frog.darttemplate
diff --git a/client/dom/templates/html/frog/html_frog.darttemplate b/client/dom/templates/html/frog/html_frog.darttemplate
index 80aa6b287ccd27ca0388f92f0eb6234825c3c683..6bc2e2d700779751fdf55ba956ab43be96fa4594 100644
--- a/client/dom/templates/html/frog/html_frog.darttemplate
+++ b/client/dom/templates/html/frog/html_frog.darttemplate
@@ -62,3 +62,8 @@ Document get document() {
}
_DocumentImpl get _document() native "return window.document.documentElement;";
+
+// Workaround for tags like <cite> that lack their own Element subclass --
+// Dart issue 1990.
+class _HTMLElementImpl extends _ElementImpl native "*HTMLElement" {
+}

Powered by Google App Engine
This is Rietveld 408576698