| Index: third_party/WebKit/Source/core/html/HTMLImageLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLImageLoader.cpp b/third_party/WebKit/Source/core/html/HTMLImageLoader.cpp
|
| index 87959f8ce338fec32c15dd8468882409ee25efe1..01e59d35a5261c135f29f0445146c64e97c8177c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageLoader.cpp
|
| @@ -73,11 +73,11 @@ void HTMLImageLoader::noImageResourceToLoad()
|
| loadFallbackContentForElement(element());
|
| }
|
|
|
| -void HTMLImageLoader::notifyFinished(Resource*)
|
| +void HTMLImageLoader::imageNotifyFinished(ImageResource*)
|
| {
|
| ImageResource* cachedImage = image();
|
| RawPtr<Element> element = this->element();
|
| - ImageLoader::notifyFinished(cachedImage);
|
| + ImageLoader::imageNotifyFinished(cachedImage);
|
|
|
| bool loadError = cachedImage->errorOccurred();
|
| if (isHTMLImageElement(*element)) {
|
|
|