| Index: third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| index abc2a1fa08832bf529d80261e36faa4c0f0f55fd..28f432cf033ac6bb146abe053c886419c1e9224c 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -547,7 +547,7 @@ void SVGElement::setCursorElement(SVGCursorElement* cursorElement)
|
| rareData->setCursorElement(cursorElement);
|
| }
|
|
|
| -void SVGElement::setCursorImageValue(CSSCursorImageValue* cursorImageValue)
|
| +void SVGElement::setCursorImageValue(const CSSCursorImageValue* cursorImageValue)
|
| {
|
| ensureSVGRareData()->setCursorImageValue(cursorImageValue);
|
| }
|
|
|