Merge pull request #2836 from zwarich/image-cache-comment

Fix comments in image_cache_task; r=Ms2ger
This commit is contained in:
Ms2ger 2014-07-15 10:30:39 +02:00
commit d0a3619cd9

View file

@ -34,8 +34,7 @@ pub enum Msg {
/// Clients must wait for a response before shutting down the ResourceTask
Exit(Sender<()>),
// FIXME: We can probably get rid of this Cell now
/// Used be the prefetch tasks to post back image binaries
/// Used by the prefetch tasks to post back image binaries
StorePrefetchedImageData(Url, Result<Vec<u8>, ()>),
/// Used by the decoder tasks to post decoded images back to the cache