diff --git a/source b/source index 213f90acbef..20613699fe6 100644 --- a/source +++ b/source @@ -61957,8 +61957,9 @@ interface HTMLDialogElement : HTMLElement {
  • If this does not have an open attribute, then return.

  • -
  • Assert: this's close - watcher is not null.

  • +
  • If this's close watcher is null, + then close the dialog this with returnValue, and + return.

  • Set dialog's enable close watcher for requestClose() to true.