mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Implement Runnable::name() for ImageResponseHandlerRunnable
This commit is contained in:
parent
287969f7bb
commit
502497fb1f
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ impl ImageResponseHandlerRunnable {
|
|||
}
|
||||
|
||||
impl Runnable for ImageResponseHandlerRunnable {
|
||||
fn name(&self) -> &'static str { "ImageResponseHandlerRunnable" }
|
||||
|
||||
fn handler(self: Box<Self>) {
|
||||
// Update the image field
|
||||
let element = self.element.root();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue