| Index: lib/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate
|
| diff --git a/lib/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate b/lib/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate
|
| index 537f20aef1f024a8ec3fa19a1837a428fe3922bb..117f5391c599f99ab7d90a4df425074c887980b2 100644
|
| --- a/lib/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate
|
| +++ b/lib/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate
|
| @@ -8,5 +8,9 @@ class $FACTORYPROVIDER {
|
|
|
| factory XMLHttpRequest.get(String url,
|
| onSuccess(XMLHttpRequest request)) =>
|
| - _XMLHttpRequestUtils.get(url, onSuccess);
|
| + _XMLHttpRequestUtils.get(url, onSuccess, false);
|
| +
|
| + factory XMLHttpRequest.getWithCredentials(String url,
|
| + onSuccess(XMLHttpRequest request)) =>
|
| + _XMLHttpRequestUtils.get(url, onSuccess, true);
|
| }
|
|
|