Move script::dom::namespace into util, in order to use it from style later.

This commit is contained in:
Simon Sapin 2014-01-25 08:22:51 -08:00
parent ae0cbda327
commit 624e2714d4
13 changed files with 13 additions and 14 deletions

View file

@ -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;