Index: Source/platform/graphics/ImageSource.h |
diff --git a/Source/platform/graphics/ImageSource.h b/Source/platform/graphics/ImageSource.h |
index bf84e295c0426ca1748050495d8280e50636f238..cfd69e3274b1d7962509b2eb79aadd026832df92 100644 |
--- a/Source/platform/graphics/ImageSource.h |
+++ b/Source/platform/graphics/ImageSource.h |
@@ -98,7 +98,7 @@ public: |
bool initialized() const; |
- void setData(SharedBuffer* data, bool allDataReceived); |
+ void setData(SharedBuffer& data, bool allDataReceived); |
String filenameExtension() const; |
bool isSizeAvailable(); |