| Index: pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/utils.dart | 
| diff --git a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/utils.dart b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/utils.dart | 
| index f464be400e6bd0bb3ecd270d619ff2b996016552..ac133fe2c0d101750b9da474768f5541c48e1dc2 100644 | 
| --- a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/utils.dart | 
| +++ b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/utils.dart | 
| @@ -60,7 +60,7 @@ defineLazyProperty(to, name, desc) => JS( | 
| value = x; | 
| } | 
| function circularInitError() { | 
| -      $throwInternalError('circular initialization for field ' + $name); | 
| +      $throwCyclicInitializationError($name); | 
| } | 
| function lazyGetter() { | 
| if (init == null) return value; | 
|  |