mirror of
https://github.com/servo/servo.git
synced 2025-06-11 01:50:10 +00: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
|
@ -2,7 +2,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use dom::namespace;
|
||||
use servo_util::namespace;
|
||||
use dom::attr::Attr;
|
||||
use dom::node::NodeIterator;
|
||||
use dom::node::{DoctypeNodeTypeId, DocumentFragmentNodeTypeId, CommentNodeTypeId, DocumentNodeTypeId, ElementNodeTypeId, TextNodeTypeId, AbstractNode};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue