diff options
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; |