| Index: third_party/WebKit/Source/core/html/HTMLImageLoader.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageLoader.h b/third_party/WebKit/Source/core/html/HTMLImageLoader.h
|
| index 8468163811a4359d7e3a726aa0d7eb6ae69a4cc3..5fcd4d65a868d7c760af15e5ed9f4e7b35e06c43 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageLoader.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageLoader.h
|
| @@ -38,7 +38,7 @@ public:
|
|
|
| void dispatchLoadEvent() override;
|
|
|
| - void notifyFinished(Resource*) override;
|
| + void imageNotifyFinished(ImageResource*) override;
|
| String debugName() const override { return "HTMLImageLoader"; }
|
|
|
| private:
|
|
|