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 ee6a872197979211edc95ea5fdbac28dd9b14c0e..7dd6fd4b39dcece8aaa472f4fce3bb8b702f5f5a 100644 |
--- a/tool/input_sdk/private/ddc_runtime/rtti.dart |
+++ b/tool/input_sdk/private/ddc_runtime/rtti.dart |
@@ -161,7 +161,7 @@ wrapType(type) { |
} |
/// Given a WrappedType, return the internal runtime type object. |
-unwrapType(obj) => obj._runtimeType; |
+unwrapType(obj) => obj._wrappedType; |
_getRuntimeType(value) => JS('', '#[#]', value, _runtimeType); |