| Index: third_party/WebKit/Source/core/svg/SVGViewSpec.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGViewSpec.h b/third_party/WebKit/Source/core/svg/SVGViewSpec.h
|
| index 7cf25e9784183350252288ba400284a114ac24b4..d5d278b4955da5808701468ac224ff142e123510 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGViewSpec.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGViewSpec.h
|
| @@ -61,7 +61,7 @@ public:
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| - SVGSVGElement* contextElement() { return m_contextElement.get(); }
|
| + SVGSVGElement* contextElement() const { return m_contextElement.get(); }
|
|
|
| private:
|
| explicit SVGViewSpec(SVGSVGElement*);
|
|
|