| 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 d5455ac3a5dcb41332e9ec5a878ef27d1931d262..713fd7cedc0db9a6c591dad56c865d201b05331a 100644
|
| --- a/third_party/WebKit/Source/core/svg/properties/SVGPropertyTearOff.h
|
| +++ b/third_party/WebKit/Source/core/svg/properties/SVGPropertyTearOff.h
|
| @@ -74,7 +74,7 @@ public:
|
|
|
| virtual void commitChange();
|
|
|
| - SVGElement* contextElement()
|
| + SVGElement* contextElement() const
|
| {
|
| return m_contextElement;
|
| }
|
|
|