| 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 7b920d8c24e5bf054d98c6d2e9ff1fd389f76b96..0a6176ee817e73b103a2c0ffedd7408098d9a568 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -12732,7 +12732,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')
|
|
|