| Index: pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart
|
| index cefbefb19e5030b55c82852aaa82e14b3f1bef80..629ae6b05d79c79e2824a759db5ef874bbb855c9 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/operations.dart
|
| @@ -761,7 +761,7 @@ String _toString(obj) {
|
| }
|
| // TODO(jmesserly): restore this faster path once ES Symbol is treated as
|
| // an extension type (and thus hits the above code path).
|
| - // See https://github.com/dart-lang/dev_compiler/issues/578.
|
| + // See https://github.com/dart-lang/sdk/issues/28323
|
| // return JS('', '"" + #', obj);
|
| return JS('String', '#.toString()', obj);
|
| }
|
|
|