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