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

@ -9,7 +9,7 @@ use dom::element::{Element, ElementTypeId, HTMLElementTypeId};
use dom::node::{AbstractNode, Node};
use js::jsapi::{JSContext, JSVal};
use js::JSVAL_NULL;
use dom::namespace;
use servo_util::namespace;
pub struct HTMLElement {
element: Element