diff options
author | Josh Matthews <josh@joshmatthews.net> | 2013-08-26 15:14:35 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-08-26 15:14:35 -0400 |
commit | 7e9caddb391d68bcb678191887fba4d55a2be57a (patch) | |
tree | b9947d8e9e10e997afb94cd168be088943ed5b30 /src/components/script/script.rc | |
parent | f68639755d6c0ddc0e1093c2bdec02501aaedf6f (diff) | |
download | servo-7e9caddb391d68bcb678191887fba4d55a2be57a.tar.gz servo-7e9caddb391d68bcb678191887fba4d55a2be57a.zip |
Generate bindings for HTMLDirectoryElement and HTMLEmbedElement
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; |