| Index: third_party/WebKit/Source/core/style/StylePath.h
|
| diff --git a/third_party/WebKit/Source/core/style/StylePath.h b/third_party/WebKit/Source/core/style/StylePath.h
|
| index c32185131a594ec69175a8ec290fdd55ecf4caa2..fe6185127ad623a362ff7f71de43c154aa2ea12b 100644
|
| --- a/third_party/WebKit/Source/core/style/StylePath.h
|
| +++ b/third_party/WebKit/Source/core/style/StylePath.h
|
| @@ -30,7 +30,7 @@ public:
|
|
|
| const SVGPathByteStream& byteStream() const { return *m_byteStream; }
|
|
|
| - PassRefPtrWillBeRawPtr<CSSValue> computedCSSValue() const;
|
| + RawPtr<CSSValue> computedCSSValue() const;
|
|
|
| bool operator==(const StylePath&) const;
|
|
|
|
|