| Index: pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/runtime.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/runtime.dart b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/runtime.dart
|
| index 207d7ba89d225c72a6beeb6251d053d224012fe3..40aa8f264ecfe4b49ccc4c0c281bcd19cf3c4767 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/runtime.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/runtime.dart
|
| @@ -12,7 +12,7 @@ import 'dart:_foreign_helper' show JS, JSExportName, rest, spread;
|
| import 'dart:_interceptors' show JSArray;
|
| import 'dart:_js_helper'
|
| show
|
| - AssertionErrorWithMessage,
|
| + AssertionErrorImpl,
|
| BooleanConversionAssertionError,
|
| CastErrorImplementation,
|
| getTraceFromException,
|
|
|