diff options
author | bors-servo <release+servo@mozilla.com> | 2013-08-06 18:57:35 -0700 |
---|---|---|
committer | bors-servo <release+servo@mozilla.com> | 2013-08-06 18:57:35 -0700 |
commit | ff9e72a01351cd6407db8ead03df0b997e303053 (patch) | |
tree | ef25f969a8756f4bbec4dea05c846e76adebb80a /src/components/script/script.rc | |
parent | 956646a73d6b71a522d23d3e4d6c8dcb9d2dc383 (diff) | |
parent | 8e2c39d2dd29aefbadd5284ec94a1a9187eccf92 (diff) | |
download | servo-ff9e72a01351cd6407db8ead03df0b997e303053.tar.gz servo-ff9e72a01351cd6407db8ead03df0b997e303053.zip |
auto merge of #679 : jdm/servo/morenodes, r=pcwalton
Nothing too exciting here.
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r-- | src/components/script/script.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc index b8f8a8697f4..9307a4b1a2f 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -44,10 +44,12 @@ pub mod dom { pub mod FormDataBinding; pub mod HTMLAnchorElementBinding; pub mod HTMLCollectionBinding; + pub mod HTMLDivElementBinding; pub mod HTMLDocumentBinding; pub mod HTMLElementBinding; pub mod HTMLHeadElementBinding; pub mod HTMLHtmlElementBinding; + pub mod HTMLImageElementBinding; pub mod MouseEventBinding; pub mod NodeBinding; pub mod PrototypeList; @@ -72,6 +74,7 @@ pub mod dom { pub mod htmlcollection; pub mod htmldocument; pub mod htmlelement; + pub mod htmlimageelement; pub mod mouseevent; pub mod node; pub mod uievent; |