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" { |
+} |