Chromium Code Reviews| Index: runtime/lib/uri_patch.dart |
| diff --git a/runtime/lib/uri_patch.dart b/runtime/lib/uri_patch.dart |
| index 1f94bd7038169c9ce2fa8dee8e83499fdc214d08..93abe0da637cd45411b2e75b69930fdea7b926ab 100644 |
| --- a/runtime/lib/uri_patch.dart |
| +++ b/runtime/lib/uri_patch.dart |
| @@ -5,7 +5,7 @@ |
| // VM implementation of Uri. |
| typedef Uri _UriBaseClosure(); |
| -void _unsupportedUriBase() { |
| +Uri _unsupportedUriBase() { |
| throw new UnsupportedError("'Uri.base' is not supported"); |
| } |