mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
Move script::dom::namespace into util, in order to use it from style later.
This commit is contained in:
parent
ae0cbda327
commit
624e2714d4
13 changed files with 13 additions and 14 deletions
|
@ -13,7 +13,6 @@ use dom::event::{Event_, ResizeEvent, ReflowEvent, ClickEvent, MouseDownEvent, M
|
|||
use dom::event::Event;
|
||||
use dom::eventtarget::AbstractEventTarget;
|
||||
use dom::htmldocument::HTMLDocument;
|
||||
use dom::namespace::Null;
|
||||
use dom::node::AbstractNode;
|
||||
use dom::window::{TimerData, TimerHandle, Window};
|
||||
use html::hubbub_html_parser::HtmlParserResult;
|
||||
|
@ -47,6 +46,7 @@ use servo_net::resource_task::ResourceTask;
|
|||
use servo_util::geometry::to_frac_px;
|
||||
use servo_util::url::make_url;
|
||||
use servo_util::task::spawn_named;
|
||||
use servo_util::namespace::Null;
|
||||
use std::comm::{Port, SharedChan};
|
||||
use std::ptr;
|
||||
use std::str::eq_slice;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue