| Index: third_party/WebKit/Source/core/svg/properties/SVGPropertyTearOff.h
|
| diff --git a/third_party/WebKit/Source/core/svg/properties/SVGPropertyTearOff.h b/third_party/WebKit/Source/core/svg/properties/SVGPropertyTearOff.h
|
| index 3020b32ad40277bf98e4c552defbe25663d7bdb6..175247888fcad54b04fac6b7fe44162061b36fd9 100644
|
| --- a/third_party/WebKit/Source/core/svg/properties/SVGPropertyTearOff.h
|
| +++ b/third_party/WebKit/Source/core/svg/properties/SVGPropertyTearOff.h
|
| @@ -75,7 +75,7 @@ public:
|
|
|
| virtual void commitChange();
|
|
|
| - SVGElement* contextElement()
|
| + SVGElement* contextElement() const
|
| {
|
| return m_contextElement;
|
| }
|
|
|