Index: Source/core/platform/graphics/Image.h |
diff --git a/Source/core/platform/graphics/Image.h b/Source/core/platform/graphics/Image.h |
index de79dab758eca5f92edcfa33b5a966ede8a8f44a..625a09126072ad8a54c6b99b0439771a18b6b893 100644 |
--- a/Source/core/platform/graphics/Image.h |
+++ b/Source/core/platform/graphics/Image.h |
@@ -94,7 +94,7 @@ public: |
virtual String filenameExtension() const { return String(); } // null string if unknown |
- virtual void destroyDecodedData(bool destroyAll = true) = 0; |
+ virtual void destroyDecodedData() = 0; |
virtual unsigned decodedSize() const = 0; |
SharedBuffer* data() { return m_encodedImageData.get(); } |