aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script.rc
diff options
context:
space:
mode:
authorbors-servo <release+servo@mozilla.com>2013-08-21 09:12:41 -0700
committerbors-servo <release+servo@mozilla.com>2013-08-21 09:12:41 -0700
commitd0e47f427e190a0a06283ca6a17625c239b2ec91 (patch)
treeaf0ad0a8163e22bb3ff0dc2678f497ba5d19139a /src/components/script/script.rc
parent645c5cc7472e19eb271941ba6e4bfcdc3e49c68a (diff)
parentc88ba4b1576afa32901e0e7df9b72c05e9fda35e (diff)
downloadservo-d0e47f427e190a0a06283ca6a17625c239b2ec91.tar.gz
servo-d0e47f427e190a0a06283ca6a17625c239b2ec91.zip
auto merge of #726 : metajack/servo/dlist, r=jdm
r? @jdm
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r--src/components/script/script.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc
index 08b2ec8d231..888c07ce824 100644
--- a/src/components/script/script.rc
+++ b/src/components/script/script.rc
@@ -47,6 +47,7 @@ pub mod dom {
pub mod HTMLBRElementBinding;
pub mod HTMLCanvasElementBinding;
pub mod HTMLCollectionBinding;
+ pub mod HTMLDListElementBinding;
pub mod HTMLDivElementBinding;
pub mod HTMLDocumentBinding;
pub mod HTMLElementBinding;
@@ -92,6 +93,7 @@ pub mod dom {
pub mod htmlbrelement;
pub mod htmlcanvaselement;
pub mod htmlcollection;
+ pub mod htmldlistelement;
pub mod htmldocument;
pub mod htmlelement;
pub mod htmlhrelement;