| Index: Source/platform/graphics/BitmapImage.cpp
|
| diff --git a/Source/platform/graphics/BitmapImage.cpp b/Source/platform/graphics/BitmapImage.cpp
|
| index 80dfafe42b57c7309d923123b160e713a164e4df..947843673e90469f6773c4e1956815f3a308d353 100644
|
| --- a/Source/platform/graphics/BitmapImage.cpp
|
| +++ b/Source/platform/graphics/BitmapImage.cpp
|
| @@ -332,7 +332,7 @@ bool BitmapImage::ensureFrameIsCached(size_t index)
|
| PassRefPtr<NativeImageSkia> BitmapImage::frameAtIndex(size_t index)
|
| {
|
| if (!ensureFrameIsCached(index))
|
| - return 0;
|
| + return nullptr;
|
| return m_frames[index].m_frame;
|
| }
|
|
|
|
|