diff options
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r-- | src/components/script/script.rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc index f3e0d994c53..9158716c888 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -53,10 +53,12 @@ pub mod dom { pub mod HTMLCollectionBinding; pub mod HTMLDataElementBinding; pub mod HTMLDataListElementBinding; + pub mod HTMLDirectoryElementBinding; pub mod HTMLDListElementBinding; pub mod HTMLDivElementBinding; pub mod HTMLDocumentBinding; pub mod HTMLElementBinding; + pub mod HTMLEmbedElementBinding; pub mod HTMLHeadElementBinding; pub mod HTMLHRElementBinding; pub mod HTMLHtmlElementBinding; @@ -116,9 +118,11 @@ pub mod dom { pub mod htmlcollection; pub mod htmldataelement; pub mod htmldatalistelement; + pub mod htmldirectoryelement; pub mod htmldlistelement; pub mod htmldocument; pub mod htmlelement; + pub mod htmlembedelement; pub mod htmlhrelement; pub mod htmliframeelement; pub mod htmlimageelement; |