Index: Source/platform/graphics/ImageDecodingStore.h |
diff --git a/Source/platform/graphics/ImageDecodingStore.h b/Source/platform/graphics/ImageDecodingStore.h |
index 2d4b6a0cdf91b87f71de1269ddfa23edaacb6dc5..9c0ab44080938d61997791aee30c10e208e4b279 100644 |
--- a/Source/platform/graphics/ImageDecodingStore.h |
+++ b/Source/platform/graphics/ImageDecodingStore.h |
@@ -130,7 +130,7 @@ private: |
CacheEntry* m_next; |
}; |
- class DecoderCacheEntry FINAL : public CacheEntry { |
+ class DecoderCacheEntry final : public CacheEntry { |
public: |
static PassOwnPtr<DecoderCacheEntry> create(const ImageFrameGenerator* generator, PassOwnPtr<ImageDecoder> decoder) |
{ |