| 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 1eb6840626d0eb0804b75d9e8224d38ed18c5d01..c256c0b538094c203bff14be0022421554668ce6 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -537,7 +537,7 @@ void SVGElement::cursorImageValueRemoved()
|
| }
|
| #endif
|
|
|
| -SVGElement* SVGElement::correspondingElement()
|
| +SVGElement* SVGElement::correspondingElement() const
|
| {
|
| ASSERT(!hasSVGRareData() || !svgRareData()->correspondingElement() || containingShadowRoot());
|
| return hasSVGRareData() ? svgRareData()->correspondingElement() : 0;
|
|
|