| Index: third_party/WebKit/Source/core/css/CSSPathValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSPathValue.h b/third_party/WebKit/Source/core/css/CSSPathValue.h
|
| index ca1e03c50e2eaf919a6f2e3ca218cf33adc073ad..99e3e7998865b03be9c742bdbde5e35583b1a564 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPathValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSPathValue.h
|
| @@ -17,8 +17,8 @@ class StylePath;
|
|
|
| class CSSPathValue : public CSSValue {
|
| public:
|
| - static RawPtr<CSSPathValue> create(PassRefPtr<StylePath>);
|
| - static RawPtr<CSSPathValue> create(PassOwnPtr<SVGPathByteStream>);
|
| + static CSSPathValue* create(PassRefPtr<StylePath>);
|
| + static CSSPathValue* create(PassOwnPtr<SVGPathByteStream>);
|
|
|
| static CSSPathValue& emptyPathValue();
|
|
|
|
|