| 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 f1713666cd276ec0c6c95437c9817eaf5364ec66..7f7ba6fa578c3b060790f58dbaf04f4886a66b54 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -6060,7 +6060,7 @@ class CssUnknownRule extends CssRule {
|
| @DocsEditable
|
| @DomName('CustomElementConstructor')
|
| // https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/custom/index.html#dfn-custom-element-constructor-generation
|
| -@Experimental
|
| +@deprecated // experimental
|
| class CustomElementConstructor extends NativeFieldWrapperClass1 {
|
| CustomElementConstructor.internal();
|
|
|
|
|