| 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 48aa8328d212f03833ad1b68bc9bbb1db4b6b6c0..87959f8ce338fec32c15dd8468882409ee25efe1 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLImageLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLImageLoader.cpp
|
| @@ -76,7 +76,7 @@ void HTMLImageLoader::noImageResourceToLoad()
|
| void HTMLImageLoader::notifyFinished(Resource*)
|
| {
|
| ImageResource* cachedImage = image();
|
| - RefPtrWillBeRawPtr<Element> element = this->element();
|
| + RawPtr<Element> element = this->element();
|
| ImageLoader::notifyFinished(cachedImage);
|
|
|
| bool loadError = cachedImage->errorOccurred();
|
|
|