| 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 4fbd17f53283db61aee5746f881409059f785337..bdf446f0088f05e22295d70d594d2aff20a66459 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathElement.h
|
| @@ -92,7 +92,7 @@ public:
|
| SVGPathSegListTearOff* normalizedPathSegList() { return nullptr; }
|
| SVGPathSegListTearOff* animatedNormalizedPathSegList() { return nullptr; }
|
|
|
| - const SVGPathByteStream* pathByteStream() const { return m_pathSegList->currentValue()->byteStream(); }
|
| + const SVGPathByteStream& pathByteStream() const { return m_pathSegList->currentValue()->byteStream(); }
|
|
|
| void pathSegListChanged(ListModification = ListModificationUnknown);
|
|
|
|
|