| Index: tool/input_sdk/private/ddc_runtime/rtti.dart
|
| diff --git a/tool/input_sdk/private/ddc_runtime/rtti.dart b/tool/input_sdk/private/ddc_runtime/rtti.dart
|
| index 323a9cd894c81742cacd44b3102fce9a1aa9e879..f47d347c58e51cdad091c69b1dd6c0b67d02b6dc 100644
|
| --- a/tool/input_sdk/private/ddc_runtime/rtti.dart
|
| +++ b/tool/input_sdk/private/ddc_runtime/rtti.dart
|
| @@ -148,7 +148,7 @@ _nonPrimitiveRuntimeType(obj) => JS('', '''(() => {
|
| return result;
|
| })()''');
|
|
|
| -read(value) => JS('', '#[#]', value, _runtimeType);
|
| +_getRuntimeType(value) => JS('', '#[#]', value, _runtimeType);
|
|
|
| /// Tag the runtime type of [value] to be type [t].
|
| void tag(value, t) {
|
|
|