| Index: third_party/WebKit/Source/core/css/CSSInheritedValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSInheritedValue.h b/third_party/WebKit/Source/core/css/CSSInheritedValue.h
|
| index 232aff6a565210de26957b9aa8e1471517c92690..811388ee9c87795082717e86441627d8f0621d91 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSInheritedValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSInheritedValue.h
|
| @@ -28,7 +28,7 @@ namespace blink {
|
|
|
| class CSSInheritedValue : public CSSValue {
|
| public:
|
| - static RawPtr<CSSInheritedValue> create()
|
| + static CSSInheritedValue* create()
|
| {
|
| return new CSSInheritedValue;
|
| }
|
|
|