diff options
author | Josh Matthews <josh@joshmatthews.net> | 2013-08-28 19:51:07 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-08-28 19:51:07 -0400 |
commit | 1eb5eeb630f46b4474678d3634c70db8c99adf77 (patch) | |
tree | 740d9d8ad2c75a0a9511a22094cd3b8628e1a010 /src/components/script/script.rc | |
parent | 65c993e7e6c7e744a08fcedd63a64d0b43505c1d (diff) | |
download | servo-1eb5eeb630f46b4474678d3634c70db8c99adf77.tar.gz servo-1eb5eeb630f46b4474678d3634c70db8c99adf77.zip |
Generate bindings for HTMLUnknownElement.
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 ac3e4d14148..af4b60910d6 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -113,6 +113,7 @@ pub mod dom { pub mod htmltimeelement; pub mod htmltitleelement; pub mod htmlulistelement; + pub mod htmlunknownelement; pub mod mouseevent; pub mod node; pub mod uievent; |