| Index: sdk/lib/_internal/js_runtime/lib/core_patch.dart
|
| diff --git a/sdk/lib/_internal/js_runtime/lib/core_patch.dart b/sdk/lib/_internal/js_runtime/lib/core_patch.dart
|
| index 135b2941cfac7cc66936e01f5a4896561edf7933..b95f9f130bb4ee0f5209d167ffe4c4390213e3fe 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/core_patch.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/core_patch.dart
|
| @@ -198,6 +198,9 @@ class Error {
|
|
|
| @patch
|
| class FallThroughError {
|
| + @patch
|
| + FallThroughError._create(String url, int line);
|
| +
|
| @patch
|
| String toString() => super.toString();
|
| }
|
|
|