| 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 b730bcdd8284ace0f3c5362eff7eeaec5b69f58a..a1bb04763075393a582ca4811145de8ab78674d2 100644
|
| --- a/sdk/lib/html/dart2js/html_dart2js.dart
|
| +++ b/sdk/lib/html/dart2js/html_dart2js.dart
|
| @@ -20319,7 +20319,8 @@ class HttpRequest extends HttpRequestEventTarget {
|
| final String statusText;
|
|
|
| /**
|
| - * Length of time before a request is automatically terminated.
|
| + * Length of time in milliseconds before a request is automatically
|
| + * terminated.
|
| *
|
| * When the time has passed, a [TimeoutEvent] is dispatched.
|
| *
|
|
|