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