| 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 106ac6ced036fa3c58623bc83249c3882f4702d1..4038d9d5389838c76784c3f46ca208aac63c417d 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -13671,7 +13671,7 @@ class HttpRequest extends XmlHttpRequestEventTarget {
|
| }
|
|
|
| /**
|
| - * 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
|
|
|