| Index: sdk/lib/html/dart2js/html_dart2js.dart
|
| diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
|
| index f1199d07ee0e547c598b4b55d8219c374c04b211..c072a34f742626c17b3fcf5bdc025f6f0b2ef7f0 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -13001,7 +13001,7 @@ class HttpRequest extends XmlHttpRequestEventTarget native "XMLHttpRequest" {
|
| }
|
|
|
| /**
|
| - * Creates a URL request for the specified [url].
|
| + * Creates and sends a URL request for the specified [url].
|
| *
|
| * By default `request` will perform an HTTP GET request, but a different
|
| * method (`POST`, `PUT`, `DELETE`, etc) can be used by specifying the
|
|
|