| 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 ba1653c02041ff0422b5892e69ee2e43a05b59f3..3e9c4709c181df44b9ad7ceba62b7c76d6943a9f 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -12878,7 +12878,8 @@ class HttpRequest extends EventTarget {
|
| * Send the request with any given `data`.
|
| *
|
| * See also:
|
| - * [send() docs](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#send())
|
| + *
|
| + * * [send](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#send%28%29)
|
| * from MDN.
|
| */
|
| @DomName('XMLHttpRequest.send')
|
|
|