| Index: sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| diff --git a/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate b/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| index a58f1bc37b90ef069eb3d3ac02fc558f72ec62e0..4b4a58e80b64c0dfcc8a5ec09a62d3ea1756dbd8 100644
|
| --- a/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| +++ b/sdk/lib/html/templates/html/dart2js/html_dart2js.darttemplate
|
| @@ -51,7 +51,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.
|
|
|