diff options
author | Tetsuharu OHZEKI <saneyuki.s.snyk@gmail.com> | 2013-08-31 03:42:02 +0900 |
---|---|---|
committer | Tetsuharu OHZEKI <saneyuki.s.snyk@gmail.com> | 2013-08-31 20:00:26 +0900 |
commit | 9919bae897c34d15492311b157170fe71dfdff1d (patch) | |
tree | 53d21d53ae451b8d88c6614010d40b115c26479b /src/components/script/script.rc | |
parent | f7bc8beb18b1b2e89d6bd3c221a86d5750b7f065 (diff) | |
download | servo-9919bae897c34d15492311b157170fe71dfdff1d.tar.gz servo-9919bae897c34d15492311b157170fe71dfdff1d.zip |
Generate bindings for HTMLLabelElement.
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r-- | src/components/script/script.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc index 8f47fe00362..b30cb5573d6 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -84,6 +84,7 @@ pub mod dom { pub mod htmliframeelement; pub mod htmlimageelement; pub mod htmlinputelement; + pub mod htmllabelelement; pub mod htmllegendelement; pub mod htmllielement; pub mod htmllinkelement; |