diff --git a/source b/source index 5361f494458..cbcbcff2234 100644 --- a/source +++ b/source @@ -16681,9 +16681,6 @@ interface HTMLLinkElement : HTMLElement {
  • Assert: options's href is not the empty string.

  • -
  • If options's destination is - null, then return null.

  • -
  • Let url be the result of encoding-parsing a URL given options's href, relative to @@ -28722,9 +28719,6 @@ document.body.appendChild(wbr);

  • Let options be the result of creating link options from el.

  • -
  • Set options's destination to - the empty string.

  • -
  • Let request be the result of creating a link request given options.