diff options
Diffstat (limited to 'components/script/dom')
-rw-r--r-- | components/script/dom/htmlimageelement.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/htmlimageelement.rs b/components/script/dom/htmlimageelement.rs index 27152ca93f4..8c28b1e8c8d 100644 --- a/components/script/dom/htmlimageelement.rs +++ b/components/script/dom/htmlimageelement.rs @@ -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(); |