Index: tools/dom/scripts/htmlrenamer.py |
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py |
index 856da50724e23e44b5dc28cf7c6eb86cbc3d73e0..7ec068507d6363789abaf4538aaaa3b9e29d42e1 100644 |
--- a/tools/dom/scripts/htmlrenamer.py |
+++ b/tools/dom/scripts/htmlrenamer.py |
@@ -404,6 +404,8 @@ 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 |