| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index bdc24feba39a80ac7563a1aa405bae0254323763..599b1d66aeb6ec7d4a964da9c3bde2a53f5c9f5a 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -31,6 +31,7 @@ html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames', {
|
| 'WebKitCSSMatrix': 'CssMatrix',
|
| 'WebKitCSSTransformValue': 'CssTransformValue',
|
| 'WebKitPoint': 'DomPoint',
|
| + 'WebKitTransitionEvent': '_WebKitTransitionEvent',
|
| 'XMLHttpRequest': 'HttpRequest',
|
| 'XMLHttpRequestException': 'HttpRequestException',
|
| 'XMLHttpRequestProgressEvent': 'HttpRequestProgressEvent',
|
|
|