| Index: runtime/lib/uri_patch.dart
|
| diff --git a/runtime/lib/uri_patch.dart b/runtime/lib/uri_patch.dart
|
| index 27e5efda7ecfa00bcad89d49919b972c0eaa96fb..0ce6b11b1685202700cf8338438aae26c774d573 100644
|
| --- a/runtime/lib/uri_patch.dart
|
| +++ b/runtime/lib/uri_patch.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +import "dart:convert" show ASCII;
|
| +
|
| // VM implementation of Uri.
|
| typedef Uri _UriBaseClosure();
|
|
|
|
|