| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index 679a6cea787ea4d7a5dceb958587b9a514c27d00..6af90b43208afca867927aedd1ed1efff5c74587 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -59,7 +59,6 @@ html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames',
|
| 'Stream': 'FileStream',
|
| 'StringCallback': '_StringCallback',
|
| 'WebGLVertexArrayObjectOES': 'VertexArrayObject',
|
| - 'WindowTimers': '_WindowTimers',
|
| 'XMLHttpRequest': 'HttpRequest',
|
| 'XMLHttpRequestUpload': 'HttpRequestUpload',
|
| }, **typed_array_renames))
|
|
|