| Index: third_party/WebKit/Source/core/style/StylePath.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/StylePath.cpp b/third_party/WebKit/Source/core/style/StylePath.cpp
|
| index f70cc021955b10f4dab6c64ec321d127b254c0f2..e7d9361b37255130c0c7d8fbc9ae3f5d06877cbb 100644
|
| --- a/third_party/WebKit/Source/core/style/StylePath.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StylePath.cpp
|
| @@ -54,7 +54,7 @@ bool StylePath::isClosed() const
|
| return path().isClosed();
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<CSSValue> StylePath::computedCSSValue() const
|
| +RawPtr<CSSValue> StylePath::computedCSSValue() const
|
| {
|
| return CSSPathValue::create(const_cast<StylePath*>(this));
|
| }
|
|
|