mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +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
|
@ -8,7 +8,6 @@ use dom::htmlelement::HTMLElement;
|
|||
use dom::htmlheadingelement::{Heading1, Heading2, Heading3, Heading4, Heading5, Heading6};
|
||||
use dom::htmliframeelement::IFrameSize;
|
||||
use dom::htmlformelement::HTMLFormElement;
|
||||
use dom::namespace::Null;
|
||||
use dom::node::{AbstractNode, ElementNodeTypeId};
|
||||
use dom::types::*;
|
||||
use html::cssparse::{InlineProvenance, StylesheetProvenance, UrlProvenance, spawn_css_parser};
|
||||
|
@ -22,6 +21,7 @@ use servo_net::image_cache_task::ImageCacheTask;
|
|||
use servo_net::resource_task::{Load, Payload, Done, ResourceTask, load_whole_resource};
|
||||
use servo_util::url::make_url;
|
||||
use servo_util::task::spawn_named;
|
||||
use servo_util::namespace::Null;
|
||||
use std::cast;
|
||||
use std::cell::RefCell;
|
||||
use std::comm::{Port, SharedChan};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue