Index: tools/dom/scripts/htmlrenamer.py |
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py |
index 72425126845b104b5411828934a8a1d1a32dc313..76c3931f3b08c92caf3d816cb2c82bf11754b782 100644 |
--- a/tools/dom/scripts/htmlrenamer.py |
+++ b/tools/dom/scripts/htmlrenamer.py |
@@ -60,7 +60,6 @@ html_interface_renames = monitored.Dict('htmlrenamer.html_interface_renames', |
'StringCallback': '_StringCallback', |
'WebGLVertexArrayObjectOES': 'VertexArrayObject', |
'XMLHttpRequest': 'HttpRequest', |
- 'XMLHttpRequestProgressEvent': 'HttpRequestProgressEvent', |
'XMLHttpRequestUpload': 'HttpRequestUpload', |
}, **typed_array_renames)) |
@@ -121,6 +120,7 @@ _removed_html_interfaces = [ |
'WebKitSourceBufferList', |
'WorkerLocation', # Workers |
'WorkerNavigator', # Workers |
+ 'XMLHttpRequestProgressEvent', |
] |
for interface in _removed_html_interfaces: |