| Index: third_party/WebKit/Source/core/css/CSSFontFamilyValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontFamilyValue.h b/third_party/WebKit/Source/core/css/CSSFontFamilyValue.h
|
| index 4c4286c8487df40a69a873ce3c1186bd826f93b0..1b557e1a2ec916fba817322e38a06961ca98841e 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontFamilyValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontFamilyValue.h
|
| @@ -13,7 +13,7 @@ namespace blink {
|
|
|
| class CSSFontFamilyValue : public CSSValue {
|
| public:
|
| - static RawPtr<CSSFontFamilyValue> create(const String& str)
|
| + static CSSFontFamilyValue* create(const String& str)
|
| {
|
| return new CSSFontFamilyValue(str);
|
| }
|
|
|