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 2a9d0d3fd1b..7ad199013be 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -64,6 +64,7 @@ pub mod dom { pub mod HTMLTableRowElementBinding; pub mod HTMLTableSectionElementBinding; pub mod HTMLTextAreaElementBinding; + pub mod HTMLUListElementBinding; pub mod MouseEventBinding; pub mod NodeBinding; pub mod PrototypeList; @@ -101,6 +102,7 @@ pub mod dom { pub mod htmltablerowelement; pub mod htmltablesectionelement; pub mod htmltextareaelement; + pub mod htmlulistelement; pub mod mouseevent; pub mod node; pub mod uievent; |