Skip to content

Commit

Permalink
Implement Runnable::name() for ImageResponseHandlerRunnable
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoesia committed Jul 10, 2016
1 parent 287969f commit 502497f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/script/dom/htmlimageelement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 502497f

Please sign in to comment.