Chromium Code Reviews| Index: sdk/lib/io/http.dart |
| diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart |
| index 4b490c215e38af660cf1f716f77513fb077dd059..90b36a12647f98a9bd9854263e928b2e2abc2eb4 100644 |
| --- a/sdk/lib/io/http.dart |
| +++ b/sdk/lib/io/http.dart |
| @@ -1489,4 +1489,6 @@ class RedirectException implements HttpException { |
| List<RedirectInfo> this.redirects); |
| String toString() => "RedirectException: $message"; |
| + |
| + Uri get uri => redirects.last.location; |
| } |