Index: sdk/lib/html/dart2js/html_dart2js.dart |
=================================================================== |
--- sdk/lib/html/dart2js/html_dart2js.dart (revision 25107) |
+++ sdk/lib/html/dart2js/html_dart2js.dart (working copy) |
@@ -63,6 +63,7 @@ |
// 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. |