| Index: runtime/bin/platform_patch.dart
|
| diff --git a/runtime/bin/platform_patch.dart b/runtime/bin/platform_patch.dart
|
| index 8110ea1c2c9e3a8fc5f3ef74daf3bfd85635a796..c4b348114e2a9a1fd3058026c131ed5e5a1c935f 100644
|
| --- a/runtime/bin/platform_patch.dart
|
| +++ b/runtime/bin/platform_patch.dart
|
| @@ -28,7 +28,7 @@
|
| => VMLibraryHooks.packageConfigString;
|
|
|
| // This script singleton is written to by the embedder if applicable.
|
| - @patch static void set _nativeScript(String path) {
|
| + static void set _nativeScript(String path) {
|
| if (path.startsWith('http:') ||
|
| path.startsWith('https:') ||
|
| path.startsWith('package:') ||
|
|
|