| Index: tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| diff --git a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| index cdef7f9485333bba4245e25319df89e5834b6eb8..59ecdd658e56ecf451bfaa018f12656c60fb23ed 100644
|
| --- a/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| +++ b/tools/dom/templates/html/dart2js/html_dart2js.darttemplate
|
| @@ -74,7 +74,7 @@ List<Element> 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" {
|
| +class _HTMLElement extends Element native "HTMLElement" {
|
| }
|
|
|
| // Support for Send/ReceivePortSync.
|
|
|