From cdc7bca944b6ffebc59169d42331fffbee7f71ee Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Sun, 22 May 2016 13:25:07 +0200 Subject: Move DOMString back to script This entirely removes the 'non-geckolib' feature of the util crate. --- components/script/timers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/timers.rs') diff --git a/components/script/timers.rs b/components/script/timers.rs index c680fe408bc..18058b7f9f7 100644 --- a/components/script/timers.rs +++ b/components/script/timers.rs @@ -7,6 +7,7 @@ use dom::bindings::cell::DOMRefCell; use dom::bindings::codegen::Bindings::FunctionBinding::Function; use dom::bindings::global::GlobalRef; use dom::bindings::reflector::Reflectable; +use dom::bindings::str::DOMString; use dom::window::ScriptHelpers; use dom::xmlhttprequest::XHRTimeoutCallback; use euclid::length::Length; @@ -21,7 +22,6 @@ use std::cmp::{self, Ord, Ordering}; use std::collections::HashMap; use std::default::Default; use std::rc::Rc; -use util::str::DOMString; #[derive(JSTraceable, PartialEq, Eq, Copy, Clone, HeapSizeOf, Hash, PartialOrd, Ord, Debug)] pub struct OneshotTimerHandle(i32); -- cgit v1.2.3