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 179b4e8e4769e06158c6103503dc1d68922798b1..d66d9a08d0b158810ecff1f32dba7d8b9b2a4094 100644 |
--- a/sdk/lib/html/html_common/conversions.dart |
+++ b/sdk/lib/html/html_common/conversions.dart |
@@ -223,7 +223,7 @@ abstract class _AcceptStructuredClone { |
if (isJavaScriptSimpleObject(e)) { |
// TODO(sra): If mustCopy is false, swizzle the prototype for one of a Map |
- // implementation that uses the properies as storage. |
+ // implementation that uses the properties as storage. |
var slot = findSlot(e); |
var copy = readSlot(slot); |
if (copy != null) return copy; |