diff options
Diffstat (limited to 'components/script/dom/webidls/HTMLDialogElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLDialogElement.webidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/webidls/HTMLDialogElement.webidl b/components/script/dom/webidls/HTMLDialogElement.webidl index 0ac76a0465e..dbac248cc17 100644 --- a/components/script/dom/webidls/HTMLDialogElement.webidl +++ b/components/script/dom/webidls/HTMLDialogElement.webidl @@ -3,6 +3,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ // https://html.spec.whatwg.org/multipage/#htmldialogelement +[HTMLConstructor] interface HTMLDialogElement : HTMLElement { attribute boolean open; attribute DOMString returnValue; |