| Index: third_party/WebKit/Source/core/svg/SVGElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.h b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| index 9f956014d0a3e2475d100d41cd445f681d91f049..4f68a875ca67f0077f1d166015137907df568618 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.h
|
| @@ -124,7 +124,7 @@ public:
|
| void removeInstanceMapping(SVGElement*);
|
|
|
| void setCursorElement(SVGCursorElement*);
|
| - void setCursorImageValue(CSSCursorImageValue*);
|
| + void setCursorImageValue(const CSSCursorImageValue*);
|
|
|
| SVGElement* correspondingElement() const;
|
| void setCorrespondingElement(SVGElement*);
|
|
|