Index: runtime/bin/platform_patch.dart |
diff --git a/runtime/bin/platform_patch.dart b/runtime/bin/platform_patch.dart |
index cfe7a804a95baa5fa281ac0633d2c213cbb56c51..fe1e90cec6872f7a15226d12f4e3074b96c2ce42 100644 |
--- a/runtime/bin/platform_patch.dart |
+++ b/runtime/bin/platform_patch.dart |
@@ -11,5 +11,8 @@ patch class _Platform { |
/* patch */ static _localHostname() native "Platform_LocalHostname"; |
/* patch */ static _executable() native "Platform_ExecutableName"; |
/* patch */ static _environment() native "Platform_Environment"; |
+ /* patch */ static List<String> _executableArguments() |
+ native "Platform_ExecutableArguments"; |
+ /* patch */ static String _packageRoot() native "Platform_PackageRoot"; |
/* patch */ static String _version() native "Platform_GetVersion"; |
} |