| 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 7f886c84269fc203026f66aa4ba0d46d4af22a08..ee64be4355658ea7c507c5e6126dd1e2b278b585 100644 | 
| --- a/third_party/WebKit/Source/core/html/HTMLImageLoader.h | 
| +++ b/third_party/WebKit/Source/core/html/HTMLImageLoader.h | 
| @@ -37,7 +37,7 @@ class CORE_EXPORT HTMLImageLoader final : public ImageLoader { | 
|  | 
| void dispatchLoadEvent() override; | 
|  | 
| -  void imageNotifyFinished(ImageResource*) override; | 
| +  void imageNotifyFinished(ImageResourceContent*) override; | 
| String debugName() const override { return "HTMLImageLoader"; } | 
|  | 
| private: | 
|  |