diff options
author | Junyoung Cho <june0.cho@samsung.com> | 2013-08-09 11:36:30 +0900 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-08-22 16:25:37 -0400 |
commit | e7b803866565c680fa406fcbf2c5fa346cbc310f (patch) | |
tree | 17d58df6ba2d0dcb6c0606c49aed5e38f984f442 /src/components/script/script.rc | |
parent | f12406ac241e3919214d3ef909a8282c2c86e59f (diff) | |
download | servo-e7b803866565c680fa406fcbf2c5fa346cbc310f.tar.gz servo-e7b803866565c680fa406fcbf2c5fa346cbc310f.zip |
Generate bindings for HTMLAreaElement
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 e779b198707..6ce655e4771 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -44,6 +44,7 @@ pub mod dom { pub mod FormDataBinding; pub mod HTMLAnchorElementBinding; pub mod HTMLAppletElementBinding; + pub mod HTMLAreaElementBinding; pub mod HTMLBodyElementBinding; pub mod HTMLBRElementBinding; pub mod HTMLCanvasElementBinding; @@ -94,6 +95,7 @@ pub mod dom { pub mod formdata; pub mod htmlanchorelement; pub mod htmlappletelement; + pub mod htmlareaelement; pub mod htmlbodyelement; pub mod htmlbrelement; pub mod htmlcanvaselement; |