diff options
author | Josh Matthews <josh@joshmatthews.net> | 2013-08-28 17:53:36 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-08-28 17:53:36 -0400 |
commit | e26a541eb2bc772c68e2a2adae2d7622823831fd (patch) | |
tree | b9de0ca43547a24ffbf9657ba6c61e9b6a8cb301 /src/components/script/script.rc | |
parent | 8693459b2885b435a231c1c1686786bba30d8a6a (diff) | |
download | servo-e26a541eb2bc772c68e2a2adae2d7622823831fd.tar.gz servo-e26a541eb2bc772c68e2a2adae2d7622823831fd.zip |
Generate bindings for HTMLParamElement.
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 93857862eb1..9b89a77a1f5 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -95,6 +95,7 @@ pub mod dom { pub mod htmloptionelement; pub mod htmloutputelement; pub mod htmlparagraphelement; + pub mod htmlparamelement; pub mod htmlprogresselement; pub mod htmlquoteelement; pub mod htmlscriptelement; |