| 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 e35b74a77d30f9ee693ec4b66d355a2f51a62e65..c644c6736a42ed2c3da2e0d16462919c7d153be3 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -13417,7 +13417,7 @@ class HtmlDocument extends Document {
|
| @Experimental()
|
| String get visibilityState => _webkitVisibilityState;
|
|
|
| - @Experimental
|
| + @Experimental()
|
| /**
|
| * Register a custom subclass of Element to be instantiatable by the DOM.
|
| *
|
|
|