| Index: third_party/WebKit/Source/core/layout/ClipPathOperation.h
|
| diff --git a/third_party/WebKit/Source/core/layout/ClipPathOperation.h b/third_party/WebKit/Source/core/layout/ClipPathOperation.h
|
| index 264fc76df3dfbea9d804f59b9334b4775316d95d..7258316537821015816a9dce3065169d712e1873 100644
|
| --- a/third_party/WebKit/Source/core/layout/ClipPathOperation.h
|
| +++ b/third_party/WebKit/Source/core/layout/ClipPathOperation.h
|
| @@ -104,7 +104,7 @@ public:
|
| const Path& path(const FloatRect& boundingRect)
|
| {
|
| ASSERT(m_shape);
|
| - m_path.clear();
|
| + m_path.reset();
|
| m_path = adoptPtr(new Path);
|
| m_shape->path(*m_path, boundingRect);
|
| m_path->setWindRule(m_shape->getWindRule());
|
|
|