Import net as net rather than servo_net.

This commit is contained in:
Ms2ger 2015-02-10 12:16:11 +01:00
parent 29d3b872de
commit a09a912178
30 changed files with 56 additions and 57 deletions

View file

@ -29,7 +29,7 @@ use script_task::{ScriptMsg, Runnable};
use encoding::all::UTF_8;
use encoding::types::{Encoding, DecoderTrap};
use servo_net::resource_task::load_whole_resource;
use net::resource_task::load_whole_resource;
use util::str::{DOMString, HTML_SPACE_CHARACTERS, StaticStringVec};
use std::borrow::ToOwned;
use std::cell::Cell;