| 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 5f54dcc4b2fd96cc0decd7ae404558a5b713f686..76c6b4788c798b28b4dc05db7a304427839a5447 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -12186,7 +12186,7 @@ class HttpRequest extends EventTarget native "XMLHttpRequest" {
|
| * The data received as a reponse from the request.
|
| *
|
| * The data could be in the
|
| - * form of a [String], [ArrayBuffer], [Document], [Blob], or json (also a
|
| + * form of a [String], [ByteBuffer], [Document], [Blob], or json (also a
|
| * [String]). `null` indicates request failure.
|
| */
|
| @DomName('XMLHttpRequest.response')
|
|
|