mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move ReferrerPolicy to net_traits.
This commit is contained in:
parent
0c6a277b09
commit
277c6d0154
18 changed files with 47 additions and 42 deletions
|
@ -25,7 +25,7 @@ use dom::node::{Node, document_from_node, window_from_node};
|
|||
use dom::urlhelper::UrlHelper;
|
||||
use dom::virtualmethods::VirtualMethods;
|
||||
use html5ever_atoms::LocalName;
|
||||
use msg::constellation_msg::ReferrerPolicy;
|
||||
use net_traits::ReferrerPolicy;
|
||||
use num_traits::ToPrimitive;
|
||||
use script_traits::MozBrowserEvent;
|
||||
use std::default::Default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue