mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04: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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue