Index: third_party/WebKit/Source/core/css/CSSImageValue.h |
diff --git a/third_party/WebKit/Source/core/css/CSSImageValue.h b/third_party/WebKit/Source/core/css/CSSImageValue.h |
index da38ac220f681fbbe555cb9fc0babd034fa6d33b..dc5433520376017ffc53e87d44aedcb689346fda 100644 |
--- a/third_party/WebKit/Source/core/css/CSSImageValue.h |
+++ b/third_party/WebKit/Source/core/css/CSSImageValue.h |
@@ -73,7 +73,7 @@ public: |
bool knownToBeOpaque(const LayoutObject&) const; |
- CSSImageValue* valueWithURLMadeAbsolute() |
+ CSSImageValue* valueWithURLMadeAbsolute() const |
{ |
return create(KURL(ParsedURLString, m_absoluteURL), m_cachedImage.get()); |
} |