mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Import net as net rather than servo_net.
This commit is contained in:
parent
29d3b872de
commit
a09a912178
30 changed files with 56 additions and 57 deletions
|
@ -20,8 +20,8 @@ use dom::node::{Node, NodeTypeId, NodeHelpers, window_from_node};
|
|||
use dom::validitystate::ValidityState;
|
||||
use dom::virtualmethods::VirtualMethods;
|
||||
|
||||
use servo_net::image_cache_task;
|
||||
use servo_net::image_cache_task::ImageCacheTask;
|
||||
use net::image_cache_task;
|
||||
use net::image_cache_task::ImageCacheTask;
|
||||
use util::str::DOMString;
|
||||
use string_cache::Atom;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue