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

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