| Index: tools/dom/scripts/dartmetadata.py
|
| diff --git a/tools/dom/scripts/dartmetadata.py b/tools/dom/scripts/dartmetadata.py
|
| index d3b5597cf581cba132ea8206e0826f8156a5b7b0..00d638f04836a46de0fab445476e5ecf7c366e4d 100644
|
| --- a/tools/dom/scripts/dartmetadata.py
|
| +++ b/tools/dom/scripts/dartmetadata.py
|
| @@ -401,7 +401,7 @@ _annotations = monitored.Dict('dartmetadata._annotations', {
|
| 'Element.ontransitionend': _all_but_ie9_annotations,
|
| # Placeholder to add experimental flag, implementation for this is
|
| # pending in a separate CL.
|
| - 'Element.webkitMatchesSelector': ['@Experimental()()'],
|
| + 'Element.webkitMatchesSelector': ['@Experimental()'],
|
| 'Element.webkitCreateShadowRoot': [
|
| "@SupportedBrowser(SupportedBrowser.CHROME, '25')",
|
| "@Experimental()",
|
|
|