| 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 0f086d312e556f23e6533fde50ac85415036d70b..899ceceeb4b4a16ac493df65081f9fc0f89587b1 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -9510,9 +9510,8 @@ abstract class Element extends Node implements ElementTraversal {
|
|
|
| @DomName('Element.webkitMatchesSelector')
|
| @DocsEditable()
|
| - @Experimental()()
|
| - // http://dev.w3.org/2006/webapi/selectors-api2/#matches
|
| @Experimental()
|
| + // http://dev.w3.org/2006/webapi/selectors-api2/#matches
|
| bool matches(String selectors) native "Element_webkitMatchesSelector_Callback";
|
|
|
| @DomName('Element.webkitRequestFullScreen')
|
|
|