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

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: 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..fa614d5d265fb7ac151afd4b8111ed1ff99a4816 100644
--- a/client/dom/templates/html/frog/html_frog.darttemplate
+++ b/client/dom/templates/html/frog/html_frog.darttemplate
@@ -62,3 +62,7 @@ Document get document() {
}
_DocumentImpl get _document() native "return window.document.documentElement;";
+
+// Workaround for classes like <site> that lack their own Element subclass.
vsm 2012/03/05 21:37:36 File a bug to track this?
sra1 2012/03/05 21:44:59 <cite>
Jacob 2012/03/05 21:55:30 Done.
Jacob 2012/03/05 21:55:30 oopth :)
+class _HTMLElementImpl extends _ElementImpl native "*HTMLElement" {
+}

Powered by Google App Engine
This is Rietveld 408576698