mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Move net_error_list from net to net_traits. Fixes #7050.
This commit is contained in:
parent
95269bba39
commit
b526214a3d
19 changed files with 19 additions and 27 deletions
|
@ -12,7 +12,7 @@ use euclid::size::TypedSize2D;
|
|||
use layers::geometry::DevicePixel;
|
||||
use layers::platform::surface::NativeDisplay;
|
||||
use msg::constellation_msg::{Key, KeyState, KeyModifiers};
|
||||
use net::net_error_list::NetError;
|
||||
use net_traits::net_error_list::NetError;
|
||||
use script_traits::MouseButton;
|
||||
use url::Url;
|
||||
use util::cursor::Cursor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue