| Index: sdk/lib/io/platform_impl.dart
|
| diff --git a/sdk/lib/io/platform_impl.dart b/sdk/lib/io/platform_impl.dart
|
| index 1b15320cb0193b411f0cba040aa4c46d4caf27c2..5970e5c710eb5c0043142981fb0b74e2433fbd08 100644
|
| --- a/sdk/lib/io/platform_impl.dart
|
| +++ b/sdk/lib/io/platform_impl.dart
|
| @@ -28,7 +28,7 @@ class _Platform {
|
| static Uri script;
|
|
|
| // This script singleton is written to by the embedder if applicable.
|
| - static String set _nativeScript(String path) {
|
| + static void set _nativeScript(String path) {
|
| if (path.startsWith('http:') ||
|
| path.startsWith('https:') ||
|
| path.startsWith('file:')) {
|
|
|