mirror of
https://github.com/servo/servo.git
synced 2025-10-08 20:49:24 +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
|
@ -5,8 +5,8 @@
|
|||
use dom::bindings::codegen::AttrBinding;
|
||||
use dom::bindings::utils::{Reflectable, Reflector, DOMString};
|
||||
use dom::bindings::utils::reflect_dom_object;
|
||||
use dom::namespace::{Namespace, Null};
|
||||
use dom::window::Window;
|
||||
use servo_util::namespace::{Namespace, Null};
|
||||
|
||||
use std::util;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue