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 dfcbab356bf..786f1cb3c15 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -67,6 +67,7 @@ pub mod dom { pub mod HTMLTableRowElementBinding; pub mod HTMLTableSectionElementBinding; pub mod HTMLTextAreaElementBinding; + pub mod HTMLTimeElementBinding; pub mod HTMLTitleElementBinding; pub mod HTMLUListElementBinding; pub mod MouseEventBinding; @@ -109,6 +110,7 @@ pub mod dom { pub mod htmltablerowelement; pub mod htmltablesectionelement; pub mod htmltextareaelement; + pub mod htmltimeelement; pub mod htmltitleelement; pub mod htmlulistelement; pub mod mouseevent; |