mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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
|
@ -17,7 +17,7 @@ use dom::element::ElementTypeId;
|
|||
use dom::htmlelement::{HTMLElement, HTMLElementTypeId};
|
||||
use dom::node::{Node, NodeTypeId, NodeHelpers, NodeDamage, window_from_node};
|
||||
use dom::virtualmethods::VirtualMethods;
|
||||
use servo_net::image_cache_task;
|
||||
use net::image_cache_task;
|
||||
use util::geometry::to_px;
|
||||
use util::str::DOMString;
|
||||
use string_cache::Atom;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue