diff options
author | saneyuki_s <saneyuki.s.snyk@gmail.com> | 2013-08-08 01:48:39 +0900 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-08-08 11:15:42 -0400 |
commit | fba2cea0978f87b57fcae046a0c3569e344dda76 (patch) | |
tree | 19e53e72cf31890dfac17df50b697b87b2bce3b5 /src/components/script/script.rc | |
parent | ab2e5b854e805ddc6cbd341e8b4001dae5e4b1b5 (diff) | |
download | servo-fba2cea0978f87b57fcae046a0c3569e344dda76.tar.gz servo-fba2cea0978f87b57fcae046a0c3569e344dda76.zip |
Generate bindings for HTMLMetaElement.
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 debe2bced16..5feda69fdd7 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -53,6 +53,7 @@ pub mod dom { pub mod HTMLHtmlElementBinding; pub mod HTMLIFrameElementBinding; pub mod HTMLImageElementBinding; + pub mod HTMLMetaElementBinding; pub mod HTMLOListElementBinding; pub mod HTMLParagraphElementBinding; pub mod HTMLScriptElementBinding; @@ -85,6 +86,7 @@ pub mod dom { pub mod htmlhrelement; pub mod htmliframeelement; pub mod htmlimageelement; + pub mod htmlmetaelement; pub mod htmlolistelement; pub mod htmlscriptelement; pub mod mouseevent; |