| Index: third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h
|
| diff --git a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h
|
| index bfa98974ed8578b43821d4738abbdb4a9cf0657f..1ec9d3849a7565dd4909c495ab4e97e887ab4023 100644
|
| --- a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h
|
| +++ b/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h
|
| @@ -248,7 +248,7 @@ public:
|
| bool interlaced() const { return m_interlaced; }
|
| void setInterlaced(bool interlaced) { m_interlaced = interlaced; }
|
|
|
| - void clearDecodeState() { m_lzwContext.clear(); }
|
| + void clearDecodeState() { m_lzwContext.reset(); }
|
| const GIFColorMap& localColorMap() const { return m_localColorMap; }
|
| GIFColorMap& localColorMap() { return m_localColorMap; }
|
|
|
|
|