diff options
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index cf10f1e4752..78f78cbed75 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -348,6 +348,7 @@ pub mod htmloptionscollection; pub mod htmloutputelement; pub mod htmlparagraphelement; pub mod htmlparamelement; +pub mod htmlpictureelement; pub mod htmlpreelement; pub mod htmlprogresselement; pub mod htmlquoteelement; |