| Index: sdk/lib/_internal/js_runtime/lib/js_helper.dart
|
| diff --git a/sdk/lib/_internal/js_runtime/lib/js_helper.dart b/sdk/lib/_internal/js_runtime/lib/js_helper.dart
|
| index 3be1e9d4954b206bc79732c92d9c029a846b3cdf..638a31c70751ae5f79a981cf8b84aed18a045480 100644
|
| --- a/sdk/lib/_internal/js_runtime/lib/js_helper.dart
|
| +++ b/sdk/lib/_internal/js_runtime/lib/js_helper.dart
|
| @@ -3467,8 +3467,7 @@ void throwNoSuchMethod(obj, name, arguments, expectedArgumentNames) {
|
| * field that is currently being initialized.
|
| */
|
| void throwCyclicInit(String staticName) {
|
| - throw new CyclicInitializationError(
|
| - "Cyclic initialization for static $staticName");
|
| + throw new CyclicInitializationError(staticName);
|
| }
|
|
|
| /**
|
|
|