mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Eliminate servo_util::atom
We only needed this for Encodable, and now we use JSTraceable instead.
This commit is contained in:
@@ -18,8 +18,8 @@ use dom::node::{TextNodeTypeId, NodeHelpers};
|
||||
use dom::processinginstruction::ProcessingInstruction;
|
||||
use dom::text::Text;
|
||||
|
||||
use servo_util::atom::Atom;
|
||||
use servo_util::namespace;
|
||||
use string_cache::Atom;
|
||||
|
||||
#[allow(unrooted_must_root)]
|
||||
pub fn serialize(iterator: &mut NodeIterator) -> String {
|
||||
|
||||
Reference in New Issue
Block a user