| Index: tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate b/tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate
|
| index a983e4f6964ec8ad5e85bec92b153873c27ed5ba..078d873b230c53637867d92323a520d0ae3bedda 100644
|
| --- a/tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate
|
| @@ -74,7 +74,7 @@ $(ANNOTATIONS)class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
|
| static Future<HttpRequest> request(String url,
|
| {String method, bool withCredentials, String responseType, sendData,
|
| void onProgress(ProgressEvent e)}) {
|
| - var completer = new Completer<String>();
|
| + var completer = new Completer<HttpRequest>();
|
|
|
| var xhr = new HttpRequest();
|
| if (method == null) {
|
|
|