mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Qualify image_cache_task::Msg.
This commit is contained in:
parent
fb595d8202
commit
b94140f55e
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ impl<'a> PrivateHTMLImageElementHelpers for JSRef<'a, HTMLImageElement> {
|
|||
|
||||
// inform the image cache to load this, but don't store a
|
||||
// handle.
|
||||
image_cache.send(image_cache_task::Prefetch(img_url));
|
||||
image_cache.send(image_cache_task::Msg::Prefetch(img_url));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue