From 6429750b339ca45651ac3a45df380f1badd3917c Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Mon, 29 Sep 2014 17:59:47 -0700 Subject: Eliminate servo_util::atom We only needed this for Encodable, and now we use JSTraceable instead. --- components/script/dom/htmliframeelement.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/dom/htmliframeelement.rs') diff --git a/components/script/dom/htmliframeelement.rs b/components/script/dom/htmliframeelement.rs index 828ba978427..49323fea7a9 100644 --- a/components/script/dom/htmliframeelement.rs +++ b/components/script/dom/htmliframeelement.rs @@ -23,9 +23,9 @@ use page::IterablePage; use servo_msg::constellation_msg::{PipelineId, SubpageId}; use servo_msg::constellation_msg::{IFrameSandboxed, IFrameUnsandboxed}; use servo_msg::constellation_msg::{ConstellationChan, LoadIframeUrlMsg}; -use servo_util::atom::Atom; use servo_util::namespace::Null; use servo_util::str::DOMString; +use string_cache::Atom; use std::ascii::StrAsciiExt; use std::cell::Cell; -- cgit v1.2.3