| 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 fbe12b7ebf314a721ad55c8fcbc70f4d5087a426..32107c5c55afa45f2a7df31b8b3d017039069d77 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -12590,7 +12590,7 @@ class HttpRequest extends EventTarget {
|
| * 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')
|
|
|