diff --git a/source b/source index 2d8217b25fd..c734b505d7a 100644 --- a/source +++ b/source @@ -8474,8 +8474,9 @@ interface DOMStringMap { exception, then abort the overall structured clone algorithm, with that exception being passed through to the caller.

-
  • Add a new property to output having the name name, and having the - value cloned value.

  • +
  • Add a new property to output having the name name, and having + the value cloned value, using + CreateDataProperty(output, name, cloned value).