| Index: tool/input_sdk/private/ddc_runtime/runtime.dart
|
| diff --git a/tool/input_sdk/private/ddc_runtime/runtime.dart b/tool/input_sdk/private/ddc_runtime/runtime.dart
|
| index 3f058bbe26ffe6f8a0443e0892a4ca09c644e0a7..f453b527c07bfaa4a5581f1a01d9b9f2bbc21e47 100644
|
| --- a/tool/input_sdk/private/ddc_runtime/runtime.dart
|
| +++ b/tool/input_sdk/private/ddc_runtime/runtime.dart
|
| @@ -10,7 +10,9 @@ import 'dart:collection';
|
| import 'dart:_foreign_helper' show JS, JSExportName, rest, spread;
|
| import 'dart:_interceptors' show JSArray;
|
| import 'dart:_js_helper' show SyncIterable, BooleanConversionAssertionError,
|
| - CastErrorImplementation, TypeErrorImplementation, getTraceFromException;
|
| + CastErrorImplementation, TypeErrorImplementation,
|
| + StrongModeCastError, StrongModeTypeError, StrongModeErrorImplementation,
|
| + getTraceFromException;
|
|
|
| part 'classes.dart';
|
| part 'errors.dart';
|
|
|