| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index 68a25ab34b501c8b18057e68be207804ad847ea7..7262ee1987e6a5af4002aed9a1024b83257a0383 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -56,7 +56,6 @@ html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames',
|
| 'SVGSVGElement': 'SvgSvgElement', # Manual to avoid name conflicts.
|
| 'WebGLVertexArrayObjectOES': 'VertexArrayObject',
|
| 'XMLHttpRequest': 'HttpRequest',
|
| - 'XMLHttpRequestException': 'HttpRequestException',
|
| 'XMLHttpRequestProgressEvent': 'HttpRequestProgressEvent',
|
| 'XMLHttpRequestUpload': 'HttpRequestUpload',
|
| }, **typed_array_renames))
|
|
|