mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Merge pull request #2836 from zwarich/image-cache-comment
Fix comments in image_cache_task; r=Ms2ger
This commit is contained in:
commit
d0a3619cd9
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