| Index: Source/core/platform/graphics/BitmapImage.cpp
|
| diff --git a/Source/core/platform/graphics/BitmapImage.cpp b/Source/core/platform/graphics/BitmapImage.cpp
|
| index 178f33d4d24ee967c291f4a9afa4d66e1ad54a24..00320fbc72913d76c906fa26a3ceb6cfb1cad210 100644
|
| --- a/Source/core/platform/graphics/BitmapImage.cpp
|
| +++ b/Source/core/platform/graphics/BitmapImage.cpp
|
| @@ -114,7 +114,7 @@ void BitmapImage::destroyDecodedData(bool destroyAll)
|
| m_frames[i].clear(false);
|
| }
|
|
|
| - destroyMetadataAndNotify(m_source.clearCacheExceptFrame(destroyAll ? notFound : m_currentFrame));
|
| + destroyMetadataAndNotify(m_source.clearCacheExceptFrame(destroyAll ? kNotFound : m_currentFrame));
|
| }
|
|
|
| void BitmapImage::destroyDecodedDataIfNecessary()
|
|
|