diff options
author | Nicolas Silva <nical@fastmail.com> | 2017-06-02 14:50:26 +0200 |
---|---|---|
committer | Nicolas Silva <nical@fastmail.com> | 2017-06-14 16:00:59 +0200 |
commit | 8617320500491fab91979404cec2087bac7ef362 (patch) | |
tree | 7db5b5b5a17fb59bb727a2a59ba27f351d01fb90 /components/script/timers.rs | |
parent | 5dce166266d1f74e2ae88dbe52ca5ced75c2349b (diff) | |
download | servo-8617320500491fab91979404cec2087bac7ef362.tar.gz servo-8617320500491fab91979404cec2087bac7ef362.zip |
Bump euclid to 0.14.
Diffstat (limited to 'components/script/timers.rs')
-rw-r--r-- | components/script/timers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/timers.rs b/components/script/timers.rs index cccefd5eb77..54b2d3f2519 100644 --- a/components/script/timers.rs +++ b/components/script/timers.rs @@ -12,7 +12,7 @@ use dom::eventsource::EventSourceTimeoutCallback; use dom::globalscope::GlobalScope; use dom::testbinding::TestBindingCallback; use dom::xmlhttprequest::XHRTimeoutCallback; -use euclid::length::Length; +use euclid::Length; use heapsize::HeapSizeOf; use ipc_channel::ipc::IpcSender; use js::jsapi::{HandleValue, Heap}; |