| Index: tools/dom/scripts/generator.py
|
| diff --git a/tools/dom/scripts/generator.py b/tools/dom/scripts/generator.py
|
| index 82d992b2c22eba392034aac0cff29f9444ed9924..7ad4e5165a1b2dd33f48c7adc759fc4127f2f8f2 100644
|
| --- a/tools/dom/scripts/generator.py
|
| +++ b/tools/dom/scripts/generator.py
|
| @@ -736,6 +736,7 @@ dart_annotations = {
|
| 'DOMWindow.webkitNotifications': _webkit_experimental_annotations,
|
| 'DOMWindow.webkitRequestFileSystem': _file_system_annotations,
|
| 'DOMWindow.webkitResolveLocalFileSystemURL': _file_system_annotations,
|
| + 'Element.onwebkitTransitionEnd': _all_but_ie9_annotations,
|
| # Placeholder to add experimental flag, implementation for this is
|
| # pending in a separate CL.
|
| 'Element.webkitMatchesSelector': ['@Experimental()'],
|
|
|