aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/location.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/location.rs')
-rw-r--r--components/script/dom/location.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/location.rs b/components/script/dom/location.rs
index a3e2a24cb1a..e17bd16a513 100644
--- a/components/script/dom/location.rs
+++ b/components/script/dom/location.rs
@@ -12,8 +12,8 @@ use dom::urlhelper::UrlHelper;
use dom::window::Window;
use dom::window::WindowHelpers;
-use util::str::DOMString;
use url::{Url, UrlParser};
+use util::str::DOMString;
#[dom_struct]
#[derive(HeapSizeOf)]