diff options
author | Tetsuharu OHZEKI <saneyuki.s.snyk@gmail.com> | 2013-08-24 01:31:24 +0900 |
---|---|---|
committer | Tetsuharu OHZEKI <saneyuki.s.snyk@gmail.com> | 2013-08-31 20:00:26 +0900 |
commit | a76e46416a6d68f5a3c5b3bb5badff25078f1b94 (patch) | |
tree | a490e51ce319f6206286e3a4e9a6f40a63c3fccc /src/components/script/script.rc | |
parent | d3108a898dd6b5f60263c10fe704d26fc98b05ec (diff) | |
download | servo-a76e46416a6d68f5a3c5b3bb5badff25078f1b94.tar.gz servo-a76e46416a6d68f5a3c5b3bb5badff25078f1b94.zip |
Generate bindings for HTMLMediaElement.
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 4e8f78d974f..a08a354390c 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -89,6 +89,7 @@ pub mod dom { pub mod htmllielement; pub mod htmllinkelement; pub mod htmlmapelement; + pub mod htmlmediaelement; pub mod htmlmetaelement; pub mod htmlmeterelement; pub mod htmlmodelement; |