| Index: sdk/lib/io/platform_impl.dart
|
| diff --git a/sdk/lib/io/platform_impl.dart b/sdk/lib/io/platform_impl.dart
|
| index 92d56994a3563e3e4fd7d1d27b189e0c51014edc..d6c7b0cf737640051c15aa898e9893c536cf4ac6 100644
|
| --- a/sdk/lib/io/platform_impl.dart
|
| +++ b/sdk/lib/io/platform_impl.dart
|
| @@ -11,6 +11,8 @@ class _Platform {
|
| external static _localHostname();
|
| external static _executable();
|
| external static _resolvedExecutable();
|
| + external static void set _nativeScript(String path);
|
| +
|
| /**
|
| * Retrieve the entries of the process environment.
|
| *
|
|
|