| 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 41bf05080aa72a91bec31c31a8e24369ea3ecc49..3fc527b5d632bfd5a80bb5688f00e71c16791b7b 100644
|
| --- a/sdk/lib/html/dartium/html_dartium.dart
|
| +++ b/sdk/lib/html/dartium/html_dartium.dart
|
| @@ -14188,7 +14188,7 @@ class HttpRequest extends XmlHttpRequestEventTarget {
|
| Object get response native "XMLHttpRequest_response_Getter";
|
|
|
| /**
|
| - * The response in string form or `null on failure.
|
| + * The response in String form or empty String on failure.
|
| */
|
| @DomName('XMLHttpRequest.responseText')
|
| @DocsEditable()
|
|
|