mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
parent
0c53ba318a
commit
f2631c2010
1 changed files with 1 additions and 0 deletions
|
@ -493,6 +493,7 @@ impl HTMLImageElement {
|
|||
request.image = None;
|
||||
request.metadata = None;
|
||||
let document = document_from_node(self);
|
||||
LoadBlocker::terminate(&mut request.blocker);
|
||||
request.blocker = Some(LoadBlocker::new(&*document, LoadType::Image(url.clone())));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue