diff options
author | Sean McArthur <sean.monstar@gmail.com> | 2014-09-04 22:31:28 -0700 |
---|---|---|
committer | Sean McArthur <sean.monstar@gmail.com> | 2014-09-11 08:55:54 -0700 |
commit | 523445c865cd2be34c90474ac2b8dccf916c154b (patch) | |
tree | 8b6239dfdc1a731a26ff3528a1b6040dd400a6c0 /components/net/file_loader.rs | |
parent | b8b51b6dd85b047bbfc25b3c88c5910cd3bfbfa1 (diff) | |
download | servo-523445c865cd2be34c90474ac2b8dccf916c154b.tar.gz servo-523445c865cd2be34c90474ac2b8dccf916c154b.zip |
create about_loader, handle about:blank
Diffstat (limited to 'components/net/file_loader.rs')
-rw-r--r-- | components/net/file_loader.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/net/file_loader.rs b/components/net/file_loader.rs index c08f6f90ee8..c9a95ccd985 100644 --- a/components/net/file_loader.rs +++ b/components/net/file_loader.rs @@ -2,7 +2,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -use resource_task::{ProgressMsg, Metadata, Payload, Done, start_sending}; +use resource_task::{ProgressMsg, Metadata, Payload, Done, LoadData, start_sending}; +use resource_task::{LoadResponse}; use std::io; use std::io::File; |