mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fix comments in image_cache_task
The Cell that used to be here is now gone, and there is a typo in another comment.
This commit is contained in:
parent
a8e8105cea
commit
99987a2eb7
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue