aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script.rc
diff options
context:
space:
mode:
authorJack Moffitt <jack@metajack.im>2013-08-14 12:24:27 -0600
committerJack Moffitt <jack@metajack.im>2013-08-14 12:24:27 -0600
commitc88ba4b1576afa32901e0e7df9b72c05e9fda35e (patch)
treea7d17d991743a1d3ba89a7eb1e0504fcc8d6119a /src/components/script/script.rc
parent33f299c4034df6999ea1504acbbd84c9b864c2cc (diff)
downloadservo-c88ba4b1576afa32901e0e7df9b72c05e9fda35e.tar.gz
servo-c88ba4b1576afa32901e0e7df9b72c05e9fda35e.zip
Implement HTMLDListElement binding.
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;