| 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 76d94412007930d3e4e928fc518b029e0576a6be..0bbaa05cc6d3645ba87a0b65e6288802da677f86 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;
|
|
|
| - PassRefPtrWillBeRawPtr<CSSValue> computedCSSValue() const;
|
| + RawPtr<CSSValue> computedCSSValue() const;
|
|
|
| bool equals(const StylePath&) const;
|
|
|
|
|