diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/components/net/image_cache_task.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/net/image_cache_task.rs b/src/components/net/image_cache_task.rs index c6cba21ac64..405748d9d11 100644 --- a/src/components/net/image_cache_task.rs +++ b/src/components/net/image_cache_task.rs @@ -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 |