diff options
Diffstat (limited to 'components/net/fetch/response.rs')
-rw-r--r-- | components/net/fetch/response.rs | 2 |
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) |