aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script.rc
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2013-08-26 16:25:02 -0400
committerJosh Matthews <josh@joshmatthews.net>2013-08-26 16:25:02 -0400
commite552cfd4ce4e71095ca6302589b04d673c81dea4 (patch)
treea0690db1313cdfbda065bb1df4952145bfdc249d /src/components/script/script.rc
parent540993f196e95f7790482bd7678de3b05aa2ea5f (diff)
downloadservo-e552cfd4ce4e71095ca6302589b04d673c81dea4.tar.gz
servo-e552cfd4ce4e71095ca6302589b04d673c81dea4.zip
Generate bindings for HTMLFrameElement.
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r--src/components/script/script.rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc
index 52e82349149..013eeba3e4b 100644
--- a/src/components/script/script.rc
+++ b/src/components/script/script.rc
@@ -60,6 +60,8 @@ pub mod dom {
pub mod HTMLElementBinding;
pub mod HTMLEmbedElementBinding;
pub mod HTMLFieldSetElementBinding;
+ pub mod HTMLFontElementBinding;
+ pub mod HTMLFrameElementBinding;
pub mod HTMLHeadElementBinding;
pub mod HTMLHRElementBinding;
pub mod HTMLHtmlElementBinding;
@@ -125,6 +127,8 @@ pub mod dom {
pub mod htmlelement;
pub mod htmlembedelement;
pub mod htmlfieldsetelement;
+ pub mod htmlfontelement;
+ pub mod htmlframeelement;
pub mod htmlhrelement;
pub mod htmliframeelement;
pub mod htmlimageelement;