diff options
author | Josh Matthews <josh@joshmatthews.net> | 2013-08-26 16:36:24 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2013-08-26 16:36:24 -0400 |
commit | e71b3e67a458136a439ec9ef82bac94cfecb5411 (patch) | |
tree | 298af16c02b24543609090a9b4302e813f9b504e /src/components/script/script.rc | |
parent | e552cfd4ce4e71095ca6302589b04d673c81dea4 (diff) | |
download | servo-e71b3e67a458136a439ec9ef82bac94cfecb5411.tar.gz servo-e71b3e67a458136a439ec9ef82bac94cfecb5411.zip |
Generate bindings for HTMLFrameSetElement.
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 013eeba3e4b..311dbd7c16e 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -62,6 +62,7 @@ pub mod dom { pub mod HTMLFieldSetElementBinding; pub mod HTMLFontElementBinding; pub mod HTMLFrameElementBinding; + pub mod HTMLFrameSetElementBinding; pub mod HTMLHeadElementBinding; pub mod HTMLHRElementBinding; pub mod HTMLHtmlElementBinding; @@ -129,6 +130,7 @@ pub mod dom { pub mod htmlfieldsetelement; pub mod htmlfontelement; pub mod htmlframeelement; + pub mod htmlframesetelement; pub mod htmlhrelement; pub mod htmliframeelement; pub mod htmlimageelement; |