| Index: third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSImageSetValue.h b/third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| index 55e68a02ce22fe543513db03776975d7cb1e56b6..f5a1cd28409b95db016c1a2909a84e6940296200 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSImageSetValue.h
|
| @@ -39,7 +39,7 @@ class StyleImage;
|
| class CSSImageSetValue : public CSSValueList {
|
| public:
|
|
|
| - static RawPtr<CSSImageSetValue> create()
|
| + static CSSImageSetValue* create()
|
| {
|
| return new CSSImageSetValue();
|
| }
|
| @@ -58,7 +58,7 @@ public:
|
| float scaleFactor;
|
| };
|
|
|
| - RawPtr<CSSImageSetValue> valueWithURLsMadeAbsolute();
|
| + CSSImageSetValue* valueWithURLsMadeAbsolute();
|
|
|
| bool hasFailedOrCanceledSubresources() const;
|
|
|
|
|