aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2015-06-13 21:49:49 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2015-06-20 15:17:55 +0200
commita8e4558e8245aadbf573b244f8e8210b251519cf (patch)
treeba5aa221748e8ea2416de1ff834853b5fa6b5bd8 /components/script/dom/mod.rs
parente7808c526c348fea5e3b48af70b7f1a066652097 (diff)
downloadservo-a8e4558e8245aadbf573b244f8e8210b251519cf.tar.gz
servo-a8e4558e8245aadbf573b244f8e8210b251519cf.zip
Implement URL and trivially missing URLUtils members
Fixes #6322.
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r--components/script/dom/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs
index 8aef70f6368..466aced53d7 100644
--- a/components/script/dom/mod.rs
+++ b/components/script/dom/mod.rs
@@ -308,6 +308,7 @@ pub mod textdecoder;
pub mod textencoder;
pub mod treewalker;
pub mod uievent;
+pub mod url;
pub mod urlhelper;
pub mod urlsearchparams;
pub mod userscripts;