diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-10-18 18:04:58 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-11-04 10:43:37 +0100 |
commit | 277c6d0154731c426bbf3fa76aeb63444b812eea (patch) | |
tree | c0fc2c73af6140582ac121e27fc3e41fc31863bd /components/script/script_thread.rs | |
parent | 0c6a277b099683e8cb87630fb6483bc89ed09aa4 (diff) | |
download | servo-277c6d0154731c426bbf3fa76aeb63444b812eea.tar.gz servo-277c6d0154731c426bbf3fa76aeb63444b812eea.zip |
Move ReferrerPolicy to net_traits.
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r-- | components/script/script_thread.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs index d48552f14f6..86d742680ee 100644 --- a/components/script/script_thread.rs +++ b/components/script/script_thread.rs @@ -72,8 +72,8 @@ use js::jsval::UndefinedValue; use js::rust::Runtime; use layout_wrapper::ServoLayoutNode; use mem::heap_size_of_self_and_children; -use msg::constellation_msg::{FrameId, FrameType, PipelineId, PipelineNamespace, ReferrerPolicy}; -use net_traits::{CoreResourceMsg, IpcSend, Metadata, ResourceThreads}; +use msg::constellation_msg::{FrameId, FrameType, PipelineId, PipelineNamespace}; +use net_traits::{CoreResourceMsg, IpcSend, Metadata, ReferrerPolicy, ResourceThreads}; use net_traits::image_cache_thread::{ImageCacheChan, ImageCacheResult, ImageCacheThread}; use net_traits::request::{CredentialsMode, Destination, RequestInit}; use network_listener::NetworkListener; |