Index: tools/dom/scripts/htmlrenamer.py |
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py |
index 3d3c4100a50bc4d7ce2c2142a6309638606cd6dc..c2f89c9af95e5a0062b73f48e85a59423e917f49 100644 |
--- a/tools/dom/scripts/htmlrenamer.py |
+++ b/tools/dom/scripts/htmlrenamer.py |
@@ -405,8 +405,6 @@ private_html_members = monitored.Set('htmlrenamer.private_html_members', [ |
'Window.cancelAnimationFrame', |
'Window.setInterval', |
'Window.setTimeout', |
- |
- 'XMLHttpRequest.send', |
]) |
# Members from the standard dom that exist in the dart:html library with |