| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index 92c3755a5f8a3aed4a37150a7712fc75a69d3263..2ca130483bc9f6afc367222cce57ea4f537c5d5a 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -8436,7 +8436,7 @@ class DocumentFragment extends Node implements ParentNode {
|
| @DomName('DocumentType')
|
| // http://www.w3.org/TR/DOM-Level-3-Core/core.html#ID-412266927
|
| @deprecated // stable
|
| -abstract class DocumentType extends Node implements ChildNode {
|
| +class DocumentType extends Node implements ChildNode {
|
| // To suppress missing implicit constructor warnings.
|
| factory DocumentType._() { throw new UnsupportedError("Not supported"); }
|
|
|
|
|