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..b51c0565a563b54418ec7d75bad9240225023efd 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 _isWindowsPlatform => false; |
| +} |