aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/fetch/response.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/fetch/response.rs')
-rw-r--r--components/net/fetch/response.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/fetch/response.rs b/components/net/fetch/response.rs
index 3ccb2ffe521..7b9034166ee 100644
--- a/components/net/fetch/response.rs
+++ b/components/net/fetch/response.rs
@@ -7,7 +7,7 @@ use http::status::{Status, UnregisteredStatus};
use http::status::Ok as StatusOk;
use http::headers::HeaderEnum;
use http::headers::response::HeaderCollection;
-use std::ascii::OwnedStrAsciiExt;
+use std::ascii::OwnedAsciiExt;
use std::comm::Receiver;
/// [Response type](http://fetch.spec.whatwg.org/#concept-response-type)