| Index: sdk/lib/html/html_common/conversions.dart
|
| diff --git a/sdk/lib/html/html_common/conversions.dart b/sdk/lib/html/html_common/conversions.dart
|
| index 05f50b42ff63e665b09b82ac3fd91e89cdb6b9bc..5d608664bae24442226b39936558500053312224 100644
|
| --- a/sdk/lib/html/html_common/conversions.dart
|
| +++ b/sdk/lib/html/html_common/conversions.dart
|
| @@ -219,7 +219,7 @@ _convertDartToNative_PrepareForStructuredClone(value) {
|
| * MessageEvents. Mutating the object to make it more 'Dart-like' would corrupt
|
| * the value as seen from the JavaScript listeners.
|
| */
|
| -convertNativeToDart_AcceptStructuredClone(object, {mustCopy = false}) {
|
| +convertNativeToDart_AcceptStructuredClone(object, {mustCopy: false}) {
|
|
|
| // TODO(sra): Replace slots with identity hash table that works on non-dart
|
| // objects.
|
|
|