| Index: sdk/lib/html/dartium/html_dartium.dart
|
| diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart
|
| index d2f66f431e885cb142c6619e7370eecafbcb05f3..09c57f752ea5dfa2cc45584d1f1ab3eeb0ceedd1 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -13684,7 +13684,7 @@ class HttpRequest extends EventTarget {
|
| 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) {
|
|
|