| Index: lib/dom/templates/html/interface/interface_XMLHttpRequest.darttemplate
|
| diff --git a/lib/dom/templates/html/interface/interface_XMLHttpRequest.darttemplate b/lib/dom/templates/html/interface/interface_XMLHttpRequest.darttemplate
|
| index 3ce106cbfadb55a0e894fac01deed378afbd582a..8ab4cedf4f68aede603adcd04c451a8eb9e31a14 100644
|
| --- a/lib/dom/templates/html/interface/interface_XMLHttpRequest.darttemplate
|
| +++ b/lib/dom/templates/html/interface/interface_XMLHttpRequest.darttemplate
|
| @@ -6,7 +6,7 @@
|
|
|
| $!COMMENT
|
| interface $ID$EXTENDS {
|
| - // TODO(rnystrom): This name should just be "get" which is valid in Dart, but
|
| - // not correctly implemented yet. (b/4970173)
|
| $ID.get(String url, onSuccess($ID request));
|
| +
|
| + $ID.getWithCredentials(String url, onSuccess($ID request));
|
| $!MEMBERS}
|
|
|