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