| 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 5e293c20685c9c7db5a2d1d1cfed29964f0d990a..ff51d0f8db77197a7c2d7cb36733a2fc7bdcf868 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 PassRefPtrWillBeRawPtr<CSSPathValue> create(PassRefPtr<StylePath>);
 | 
| -    static PassRefPtrWillBeRawPtr<CSSPathValue> create(PassOwnPtr<SVGPathByteStream>);
 | 
| +    static RawPtr<CSSPathValue> create(PassRefPtr<StylePath>);
 | 
| +    static RawPtr<CSSPathValue> create(PassOwnPtr<SVGPathByteStream>);
 | 
|  
 | 
|      static CSSPathValue* emptyPathValue();
 | 
|  
 | 
| 
 |