diff options
Diffstat (limited to 'components/script/dom/htmlelement.rs')
-rw-r--r-- | components/script/dom/htmlelement.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/htmlelement.rs b/components/script/dom/htmlelement.rs index a0d0adaf82b..2c64cce6484 100644 --- a/components/script/dom/htmlelement.rs +++ b/components/script/dom/htmlelement.rs @@ -225,6 +225,7 @@ pub enum HTMLElementTypeId { HTMLCanvasElement, HTMLDataElement, HTMLDataListElement, + HTMLDialogElement, HTMLDirectoryElement, HTMLDListElement, HTMLDivElement, |