| Index: third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathElement.h b/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| index 56744aca5734c357bd5df99fd1b29d8e39940305..54c64d7c0e2a9ae33f47bc89857eed558bc5502f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| @@ -40,8 +40,8 @@ public:
|
| PassRefPtrWillBeRawPtr<SVGPointTearOff> getPointAtLength(float distance);
|
| unsigned getPathSegAtLength(float distance);
|
|
|
| - SVGAnimatedPath* path() { return m_path.get(); }
|
| - SVGAnimatedNumber* pathLength() { return m_pathLength.get(); }
|
| + SVGAnimatedPath* path() const { return m_path.get(); }
|
| + SVGAnimatedNumber* pathLength() const { return m_pathLength.get(); }
|
|
|
| const SVGPathByteStream& pathByteStream() const;
|
|
|
|
|