| 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 913107e0e48628a8026af6ee3120ea2979f8cef1..154410e6b20f43ce552c3fa4993d53cea0537470 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
|
| @@ -98,7 +98,7 @@ copyProperty(to, from, name) {
|
| // On native types, Symbol.iterator may already be present.
|
| // TODO(jmesserly): investigate if we still need this.
|
| // If so, we need to find a better solution.
|
| - // See: https://github.com/dart-lang/dev_compiler/issues/487
|
| + // See https://github.com/dart-lang/sdk/issues/28324
|
| var existing = getOwnPropertyDescriptor(to, name);
|
| if (existing != null) {
|
| if (JS('bool', '#.writable', existing)) {
|
|
|