| 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 6c6e404e02a0093b7e07d641260b6243d222f1f6..418bb67697b60fbea7291f675f9ff3ae9c27cada 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSImageValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSImageValue.h
|
| @@ -56,7 +56,7 @@ public:
|
|
|
| bool isCachePending() const { return !m_cachedImage; }
|
| StyleImage* cachedImage() const { ASSERT(!isCachePending()); return m_cachedImage.get(); }
|
| - StyleImage* cacheImage(Document*, CrossOriginAttributeValue = CrossOriginAttributeNotSet);
|
| + StyleImage* cacheImage(Document&, CrossOriginAttributeValue = CrossOriginAttributeNotSet);
|
|
|
| const String& url() const { return m_absoluteURL; }
|
|
|
|
|