Chromium Code Reviews| 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. |
| +class _HTMLElementImpl extends _ElementImpl native "*HTMLElement" { |
|
nweiz
2012/03/05 22:25:02
Oh good, this was tripping me up last week.
|
| +} |