Index: sdk/lib/html/dart2js/html_dart2js.dart |
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart |
index c45b6e493fe9ca5b348b89b7a058e0e62b606773..bde02bbeffc400187406d78e930aea2205db83d4 100644 |
--- a/sdk/lib/html/dart2js/html_dart2js.dart |
+++ b/sdk/lib/html/dart2js/html_dart2js.dart |
@@ -25,7 +25,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. |