| Index: third_party/WebKit/Source/core/css/CSSCursorImageValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSCursorImageValue.h b/third_party/WebKit/Source/core/css/CSSCursorImageValue.h
|
| index 239d229a1818ba9ab668108c9b24ddc50edf0337..96d9b94964449f73397c4a62f6041210992ce4d3 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSCursorImageValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSCursorImageValue.h
|
| @@ -52,7 +52,7 @@ public:
|
| bool isCachePending(float deviceScaleFactor) const;
|
| String cachedImageURL() const;
|
| StyleImage* cachedImage(float deviceScaleFactor) const;
|
| - StyleImage* cacheImage(Document*, float deviceScaleFactor);
|
| + StyleImage* cacheImage(Document&, float deviceScaleFactor);
|
|
|
| bool equals(const CSSCursorImageValue&) const;
|
|
|
|
|