| Index: dart/sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/dart/sdk/lib/html/dart2js/html_dart2js.dart b/dart/sdk/lib/html/dart2js/html_dart2js.dart
|
| index 1733d9e87b87f28ae1be3ae87e404f6dd710a784..2870931c48a5e8e8b2d82acc62f5573727bfa9d1 100644
|
| --- a/dart/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/dart/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -63,6 +63,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.
|
|
|