| Index: Source/platform/graphics/DeferredImageDecoder.h
|
| diff --git a/Source/platform/graphics/DeferredImageDecoder.h b/Source/platform/graphics/DeferredImageDecoder.h
|
| index 692ff9e8e026a10fc2e02b8d628a57fe736855fe..d35bbc64bb13134ca9cb19fbcdf58a3ab4497741 100644
|
| --- a/Source/platform/graphics/DeferredImageDecoder.h
|
| +++ b/Source/platform/graphics/DeferredImageDecoder.h
|
| @@ -96,7 +96,7 @@ private:
|
| int m_repetitionCount;
|
| bool m_hasColorProfile;
|
|
|
| - Vector<OwnPtr<ImageFrame> > m_lazyDecodedFrames;
|
| + Vector<OwnPtr<ImageFrame>> m_lazyDecodedFrames;
|
| RefPtr<ImageFrameGenerator> m_frameGenerator;
|
|
|
| static bool s_enabled;
|
|
|