| Index: tools/dom/scripts/dartmetadata.py
|
| diff --git a/tools/dom/scripts/dartmetadata.py b/tools/dom/scripts/dartmetadata.py
|
| index 259b75bda89f7b094a516bdf00b10e5660c91fb3..ecbc26166f4c9010d651451c782907d152c9a509 100644
|
| --- a/tools/dom/scripts/dartmetadata.py
|
| +++ b/tools/dom/scripts/dartmetadata.py
|
| @@ -398,14 +398,14 @@ _annotations = monitored.Dict('dartmetadata._annotations', {
|
| 'Window.webkitNotifications': _webkit_experimental_annotations,
|
| 'Window.webkitRequestFileSystem': _file_system_annotations,
|
| 'Window.webkitResolveLocalFileSystemURL': _file_system_annotations,
|
| + 'Element.createShadowRoot': [
|
| + "@SupportedBrowser(SupportedBrowser.CHROME, '25')",
|
| + "@Experimental()",
|
| + ],
|
| 'Element.ontransitionend': _all_but_ie9_annotations,
|
| # Placeholder to add experimental flag, implementation for this is
|
| # pending in a separate CL.
|
| 'Element.webkitMatchesSelector': ['@Experimental()'],
|
| - 'Element.webkitCreateShadowRoot': [
|
| - "@SupportedBrowser(SupportedBrowser.CHROME, '25')",
|
| - "@Experimental()",
|
| - ],
|
| 'Event.clipboardData': _webkit_experimental_annotations,
|
| 'FormData': _all_but_ie9_annotations,
|
| 'HashChangeEvent': [
|
|
|