mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Add back missing match line
This commit is contained in:
parent
364d11c968
commit
b24822e939
1 changed files with 1 additions and 0 deletions
|
@ -373,6 +373,7 @@ impl ImageCache {
|
||||||
}
|
}
|
||||||
|
|
||||||
priv fn purge_waiters(url: Url, f: fn() -> ImageResponseMsg) {
|
priv fn purge_waiters(url: Url, f: fn() -> ImageResponseMsg) {
|
||||||
|
match self.wait_map.find(copy url) {
|
||||||
Some(waiters) => {
|
Some(waiters) => {
|
||||||
let waiters = &mut *waiters;
|
let waiters = &mut *waiters;
|
||||||
let mut new_waiters = ~[];
|
let mut new_waiters = ~[];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue