diff options
Diffstat (limited to 'components/script/dom/worklet.rs')
-rw-r--r-- | components/script/dom/worklet.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/worklet.rs b/components/script/dom/worklet.rs index 318e4fc533b..697bba659e7 100644 --- a/components/script/dom/worklet.rs +++ b/components/script/dom/worklet.rs @@ -18,11 +18,11 @@ use std::sync::atomic::{AtomicIsize, Ordering}; use std::sync::Arc; use std::thread; +use base::id::PipelineId; use crossbeam_channel::{unbounded, Receiver, Sender}; use dom_struct::dom_struct; use js::jsapi::{GCReason, JSGCParamKey, JSTracer, JS_GetGCParameter, JS_GC}; use malloc_size_of::malloc_size_of_is_0; -use msg::constellation_msg::PipelineId; use net_traits::request::{Destination, RequestBuilder, RequestMode}; use net_traits::IpcSend; use servo_url::{ImmutableOrigin, ServoUrl}; |