| 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 ff51d0f8db77197a7c2d7cb36733a2fc7bdcf868..ca1e03c50e2eaf919a6f2e3ca218cf33adc073ad 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPathValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSPathValue.h
|
| @@ -20,7 +20,7 @@ public:
|
| static RawPtr<CSSPathValue> create(PassRefPtr<StylePath>);
|
| static RawPtr<CSSPathValue> create(PassOwnPtr<SVGPathByteStream>);
|
|
|
| - static CSSPathValue* emptyPathValue();
|
| + static CSSPathValue& emptyPathValue();
|
|
|
| StylePath* stylePath() const { return m_stylePath.get(); }
|
| String customCSSText() const;
|
|
|