Index: tools/dom/scripts/htmlrenamer.py |
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py |
index 72425126845b104b5411828934a8a1d1a32dc313..f0c9eda1b59be2e412a96992cfa80f2de7df0bab 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)) |