| Index: tools/dom/scripts/dartmetadata.py
|
| diff --git a/tools/dom/scripts/dartmetadata.py b/tools/dom/scripts/dartmetadata.py
|
| index 9daed68ec8cfc8a4b08a1a4770d653f450c6b191..3cbd9959f1068cc596de627572475f472ac0d6c4 100644
|
| --- a/tools/dom/scripts/dartmetadata.py
|
| +++ b/tools/dom/scripts/dartmetadata.py
|
| @@ -279,7 +279,7 @@ _annotations = monitored.Dict('dartmetadata._annotations', {
|
| 'DOMWindow.webkitNotifications': _webkit_experimental_annotations,
|
| 'DOMWindow.webkitRequestFileSystem': _file_system_annotations,
|
| 'DOMWindow.webkitResolveLocalFileSystemURL': _file_system_annotations,
|
| - 'Element.onwebkitTransitionEnd': _all_but_ie9_annotations,
|
| + 'Element.ontransitionend': _all_but_ie9_annotations,
|
| # Placeholder to add experimental flag, implementation for this is
|
| # pending in a separate CL.
|
| 'Element.webkitMatchesSelector': ['@Experimental()'],
|
|
|