| Index: runtime/bin/platform_patch.dart
|
| diff --git a/runtime/bin/platform_patch.dart b/runtime/bin/platform_patch.dart
|
| index c917b54f77c2d65f54543f218e068226859e4e9e..d258e325438aa061892b4189d12e031b60b00740 100644
|
| --- a/runtime/bin/platform_patch.dart
|
| +++ b/runtime/bin/platform_patch.dart
|
| @@ -16,5 +16,6 @@ patch class _Platform {
|
| /* patch */ static List<String> _executableArguments()
|
| native "Platform_ExecutableArguments";
|
| /* patch */ static String _packageRoot() native "Platform_PackageRoot";
|
| + /* patch */ static _packageResolution() native "Platform_PackageResolution";
|
| /* patch */ static String _version() native "Platform_GetVersion";
|
| }
|
|
|