| Index: third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp
|
| index ad4312a12c35d111c8d411957956c4a64cf5ccda..c8041a9cc0ddc85a707f69b9624b4f875f8af8cf 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp
|
| @@ -273,7 +273,7 @@ void DeferredImageDecoder::prepareLazyDecodedFrames()
|
|
|
| if (m_allDataReceived) {
|
| m_repetitionCount = m_actualDecoder->repetitionCount();
|
| - m_actualDecoder.clear();
|
| + m_actualDecoder.reset();
|
| // Hold on to m_rwBuffer, which is still needed by createFrameAtIndex.
|
| }
|
| }
|
|
|