| Index: sdk/lib/_internal/lib/js_helper.dart
|
| diff --git a/sdk/lib/_internal/lib/js_helper.dart b/sdk/lib/_internal/lib/js_helper.dart
|
| index 52324fb2c594747c429f9b0aab20b15a2a559735..32835bfeb9e33aff146b1bd5c487b55c5ebb4481 100644
|
| --- a/sdk/lib/_internal/lib/js_helper.dart
|
| +++ b/sdk/lib/_internal/lib/js_helper.dart
|
| @@ -1486,7 +1486,7 @@ void throwCyclicInit(String staticName) {
|
| /**
|
| * Error thrown when a runtime error occurs.
|
| */
|
| -class RuntimeError extends Error with StackTraceOnThrow {
|
| +class RuntimeError extends Error {
|
| final message;
|
| RuntimeError(this.message);
|
| String toString() => "RuntimeError: $message";
|
|
|