| Index: dart/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| diff --git a/dart/tools/dom/templates/html/dart2js/html_dart2js.darttemplate b/dart/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| index a3c0333024db3cdb5f4603d3237fbbddcc1c646f..4a94db8369788cd1bdfe33e4d3cee6b3ccb85314 100644
|
| --- a/dart/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| +++ b/dart/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| @@ -88,6 +88,7 @@ ElementList queryAll(String selector) => document.queryAll(selector);
|
| // Workaround for tags like <cite> that lack their own Element subclass --
|
| // Dart issue 1990.
|
| class _HTMLElement extends Element native "HTMLElement" {
|
| + factory _HTMLElement() { throw new UnsupportedError("Not supported"); }
|
| }
|
|
|
| // Support for Send/ReceivePortSync.
|
|
|