Index: sdk/lib/html/html_common/conversions_dartium.dart |
diff --git a/sdk/lib/html/html_common/conversions_dartium.dart b/sdk/lib/html/html_common/conversions_dartium.dart |
index 2eb2b8803cde18674bf510ce359eaf72ceea58f6..ae7429a54337b311e537b639011566e2684b9ad7 100644 |
--- a/sdk/lib/html/html_common/conversions_dartium.dart |
+++ b/sdk/lib/html/html_common/conversions_dartium.dart |
@@ -9,7 +9,7 @@ convertNativeToDart_AcceptStructuredClone(object, {mustCopy: false}) => |
class _StructuredCloneDartium extends _StructuredClone { |
newJsMap() => new js.JsObject(js.context["Object"]); |
putIntoMap(map, key, value) => map[key] = value; |
- newJSList(length) => new js.JsArray(); |
+ newJsList(length) => new js.JsArray(); |
cloneNotRequired(e) => e is js.JsObject; |
} |