| Index: tools/dom/scripts/htmlrenamer.py
|
| diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
|
| index a862cb4b79950170bd491a4b39a0c18e5e5e2631..0db0feea3acf0167a71bc3c5c74fc561e536f187 100644
|
| --- a/tools/dom/scripts/htmlrenamer.py
|
| +++ b/tools/dom/scripts/htmlrenamer.py
|
| @@ -62,6 +62,7 @@ html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames',
|
| 'WindowTimers': '_WindowTimers',
|
| 'XMLHttpRequest': 'HttpRequest',
|
| 'XMLHttpRequestUpload': 'HttpRequestUpload',
|
| + 'XMLHttpRequestEventTarget': 'HttpRequestEventTarget',
|
| }, **typed_array_renames))
|
|
|
| # Interfaces that are suppressed, but need to still exist for Dartium and to
|
|
|