| 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 1691c9cc917405807e1faac137e9a90b292351f2..239d229a1818ba9ab668108c9b24ddc50edf0337 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSCursorImageValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSCursorImageValue.h
|
| @@ -33,7 +33,7 @@ class SVGElement;
|
|
|
| class CSSCursorImageValue : public CSSValue {
|
| public:
|
| - static CSSCursorImageValue* create(CSSValue* imageValue, bool hotSpotSpecified, const IntPoint& hotSpot)
|
| + static const CSSCursorImageValue* create(CSSValue* imageValue, bool hotSpotSpecified, const IntPoint& hotSpot)
|
| {
|
| return new CSSCursorImageValue(imageValue, hotSpotSpecified, hotSpot);
|
| }
|
|
|