| Index: tools/dom/templates/html/impl/impl_Element.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| index c3288ae05f7265c3289db3fe6a62d28b08e490f9..b554609c25a574d0d8b2ca83d67ff216d9dd1d45 100644
|
| --- a/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate
|
| @@ -896,7 +896,7 @@ $if DART2JS
|
| /**
|
| * Checks if this element matches the CSS selectors.
|
| */
|
| - @Experimental()
|
| + @Experimental
|
| bool matches(String selectors) {
|
| if (JS('bool', '!!#.matches', this)) {
|
| return JS('bool', '#.matches(#)', this, selectors);
|
|
|