diff options
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r-- | src/components/script/script.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc index e1b186fe6d8..2cbf9333de9 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -72,6 +72,7 @@ pub mod dom { pub mod HTMLInputElementBinding; pub mod HTMLLIElementBinding; pub mod HTMLLinkElementBinding; + pub mod HTMLMapElementBinding; pub mod HTMLMetaElementBinding; pub mod HTMLOListElementBinding; pub mod HTMLParagraphElementBinding; @@ -139,6 +140,7 @@ pub mod dom { pub mod htmlinputelement; pub mod htmllielement; pub mod htmllinkelement; + pub mod htmlmapelement; pub mod htmlmetaelement; pub mod htmlolistelement; pub mod htmlprogresselement; |