| Index: sdk/lib/_internal/compiler/js_lib/isolate_patch.dart
|
| diff --git a/sdk/lib/_internal/compiler/js_lib/isolate_patch.dart b/sdk/lib/_internal/compiler/js_lib/isolate_patch.dart
|
| index b01318c713da40f5ba125eae3ef779d5fe77d7e7..491537439926aa5cd2fafcb1b9c450ce2dd3b600 100644
|
| --- a/sdk/lib/_internal/compiler/js_lib/isolate_patch.dart
|
| +++ b/sdk/lib/_internal/compiler/js_lib/isolate_patch.dart
|
| @@ -37,6 +37,7 @@ class Isolate {
|
| @patch
|
| static Future<Isolate> spawnUri(
|
| Uri uri, List<String> args, var message, { bool paused: false,
|
| + bool checked,
|
| Uri packageRoot }) {
|
| if (packageRoot != null) throw new UnimplementedError("packageRoot");
|
| try {
|
|
|