mirror of
https://github.com/servo/servo.git
synced 2025-10-10 05:20:19 +01:00
Split Page code out of script_task.rs #2530
This commit is contained in:
parent
4c5437c58b
commit
94ec3cde8a
8 changed files with 455 additions and 418 deletions
|
@ -8,7 +8,7 @@ use dom::bindings::utils::{Reflectable, Reflector, reflect_dom_object};
|
|||
use dom::window::Window;
|
||||
use servo_util::str::DOMString;
|
||||
|
||||
use script_task::{Page};
|
||||
use page::Page;
|
||||
use std::rc::Rc;
|
||||
|
||||
use serialize::{Encoder, Encodable};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue