Index: Source/core/rendering/style/StyleImage.h |
diff --git a/Source/core/rendering/style/StyleImage.h b/Source/core/rendering/style/StyleImage.h |
index b2578b575f7e67c513231827fa52096257ae4735..bea910ef3957602d11f228ccfe9e3254d642ae03 100644 |
--- a/Source/core/rendering/style/StyleImage.h |
+++ b/Source/core/rendering/style/StyleImage.h |
@@ -73,7 +73,7 @@ public: |
ALWAYS_INLINE bool isGeneratedImage() const { return m_isGeneratedImage; } |
ALWAYS_INLINE bool isCachedImageSet() const { return m_isCachedImageSet; } |
- static bool imagesEquivalent(StyleImage* image1, StyleImage* image2) |
+ static bool imagesEquivalent(const StyleImage* image1, const StyleImage* image2) |
{ |
if (image1 != image2) { |
if (!image1 || !image2) |