| Index: third_party/WebKit/Source/core/svg/SVGElementRareData.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElementRareData.h b/third_party/WebKit/Source/core/svg/SVGElementRareData.h
|
| index 974ce2790c5c8ad485a96c1d5f40a4d1d316943f..262ba40a9239887a4938f67ba59161887acb802e 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElementRareData.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElementRareData.h
|
| @@ -63,7 +63,7 @@ public:
|
| SVGCursorElement* cursorElement() const { return m_cursorElement; }
|
| void setCursorElement(SVGCursorElement* cursorElement) { m_cursorElement = cursorElement; }
|
|
|
| - SVGElement* correspondingElement() { return m_correspondingElement.get(); }
|
| + SVGElement* correspondingElement() const { return m_correspondingElement.get(); }
|
| void setCorrespondingElement(SVGElement* correspondingElement) { m_correspondingElement = correspondingElement; }
|
|
|
| CSSCursorImageValue* cursorImageValue() const { return m_cursorImageValue; }
|
|
|