Chromium Code Reviews| Index: sdk/lib/_internal/lib/core_patch.dart |
| diff --git a/sdk/lib/_internal/lib/core_patch.dart b/sdk/lib/_internal/lib/core_patch.dart |
| index 9d44abf4701f3711f13fa9286cd7a2f994892c83..b256d0f2c7de2f51c291115da3fb8b2bf9fbcd54 100644 |
| --- a/sdk/lib/_internal/lib/core_patch.dart |
| +++ b/sdk/lib/_internal/lib/core_patch.dart |
| @@ -310,3 +310,7 @@ patch class NoSuchMethodError { |
| } |
| } |
| } |
| + |
| +patch class Uri { |
| + patch static bool get _isWindows => false; |
| +} |