| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index f72e8f79ee0d19089ef4eb5cacdd94fb50c4e679..39ca7a1207fe390947c2636a3ccc9e3635507813 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -12964,7 +12964,7 @@ class HtmlDocument extends Document native "HTMLDocument" {
|
| '(#.visibilityState || #.mozVisibilityState || #.msVisibilityState ||'
|
| '#.webkitVisibilityState)', this, this, this, this);
|
|
|
| - @Experimental
|
| + @Experimental()
|
| /**
|
| * Register a custom subclass of Element to be instantiatable by the DOM.
|
| *
|
|
|