aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmliframeelement.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-03-21 11:51:25 +0100
committerMs2ger <ms2ger@gmail.com>2014-04-04 20:10:32 +0200
commit31eee791dd343807b6057c549bc74f41c4bf10a2 (patch)
tree67384f40b45addbb6e96fc6df320555b47e9397c /src/components/script/dom/htmliframeelement.rs
parent7ece5f92dbd82bae1ef4862497c8f1bc810c6c55 (diff)
downloadservo-31eee791dd343807b6057c549bc74f41c4bf10a2.tar.gz
servo-31eee791dd343807b6057c549bc74f41c4bf10a2.zip
Upgrade rust.
Diffstat (limited to 'src/components/script/dom/htmliframeelement.rs')
-rw-r--r--src/components/script/dom/htmliframeelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/htmliframeelement.rs b/src/components/script/dom/htmliframeelement.rs
index a4999559cf5..a33e5baf84d 100644
--- a/src/components/script/dom/htmliframeelement.rs
+++ b/src/components/script/dom/htmliframeelement.rs
@@ -15,10 +15,10 @@ use dom::node::{Node, ElementNodeTypeId};
use dom::windowproxy::WindowProxy;
use servo_util::str::DOMString;
-use extra::url::Url;
use serialize::{Encoder, Encodable};
use servo_msg::constellation_msg::{PipelineId, SubpageId};
use std::ascii::StrAsciiExt;
+use url::Url;
enum SandboxAllowance {
AllowNothing = 0x00,