aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script.rc
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2013-08-06 16:08:38 -0400
committerJosh Matthews <josh@joshmatthews.net>2013-08-06 19:03:09 -0400
commit65a33f60e592dc3043379d95f8c3314e5bee74fa (patch)
tree7e6527fc3754b5b57e1c4b1fd4bc71759689e272 /src/components/script/script.rc
parent08ed6d318e0ae79e3994b00a6e09cf3f2f69bd21 (diff)
downloadservo-65a33f60e592dc3043379d95f8c3314e5bee74fa.tar.gz
servo-65a33f60e592dc3043379d95f8c3314e5bee74fa.zip
Generate bindings for HTMLDivElement, and pass abstract type to methods that need access to the opaque wrappers.
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r--src/components/script/script.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc
index b8f8a8697f4..989e472ddb8 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 HTMLCollectionBinding;
+ pub mod HTMLDivElementBinding;
pub mod HTMLDocumentBinding;
pub mod HTMLElementBinding;
pub mod HTMLHeadElementBinding;