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