mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +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
|
@ -16,7 +16,7 @@ use dom::window::{ScriptHelpers};
|
|||
use dom::element::Element;
|
||||
use dom::document::DocumentHelpers;
|
||||
use page::Page;
|
||||
use servo_msg::constellation_msg::PipelineId;
|
||||
use msg::constellation_msg::PipelineId;
|
||||
use script_task::get_page;
|
||||
|
||||
use std::sync::mpsc::Sender;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue