| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h
|
| index d32716a16dd920122bbcc8cd56685bebe0ddffcc..2e4899c116874c87c26a0fe5f6b0c865ba0093e4 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h
|
| @@ -91,7 +91,7 @@ public:
|
| const char* name() const override { return "LayoutSVGShape"; }
|
|
|
| protected:
|
| - void clearPath() { m_path.clear(); }
|
| + void clearPath() { m_path.reset(); }
|
| void createPath();
|
|
|
| virtual void updateShapeFromElement();
|
|
|