mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Import msg as msg rather than servo_msg.
This commit is contained in:
parent
d1c8ed4359
commit
b2fcc2397e
40 changed files with 93 additions and 94 deletions
|
@ -25,7 +25,7 @@ use dom::node::{Node, NodeHelpers, NodeTypeId, document_from_node, window_from_n
|
|||
use hyper::method::Method;
|
||||
use hyper::header::common::ContentType;
|
||||
use hyper::mime;
|
||||
use servo_msg::constellation_msg::LoadData;
|
||||
use msg::constellation_msg::LoadData;
|
||||
use util::str::DOMString;
|
||||
use script_task::{ScriptChan, ScriptMsg};
|
||||
use std::ascii::OwnedAsciiExt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue