| Index: lib/dom/templates/html/frog/factoryprovider_XMLHttpRequest.darttemplate
|
| diff --git a/lib/dom/templates/html/frog/factoryprovider_XMLHttpRequest.darttemplate b/lib/dom/templates/html/frog/factoryprovider_XMLHttpRequest.darttemplate
|
| index 1951fb3cf62f4f188e0f9b70267599213eea1a59..a434d189ec20a882ae82a9b4cc586c8f19bb4875 100644
|
| --- a/lib/dom/templates/html/frog/factoryprovider_XMLHttpRequest.darttemplate
|
| +++ b/lib/dom/templates/html/frog/factoryprovider_XMLHttpRequest.darttemplate
|
| @@ -5,7 +5,7 @@
|
| class $FACTORYPROVIDER {
|
| factory XMLHttpRequest() native 'return new XMLHttpRequest();';
|
|
|
| - factory XMLHttpRequest.getTEMPNAME(String url,
|
| + factory XMLHttpRequest.get(String url,
|
| onSuccess(XMLHttpRequest request)) =>
|
| - _XMLHttpRequestUtils.getTEMPNAME(url, onSuccess);
|
| + _XMLHttpRequestUtils.get(url, onSuccess);
|
| }
|
|
|