| Index: third_party/WebKit/Source/core/css/cssom/CSSUnsupportedStyleValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSUnsupportedStyleValue.h b/third_party/WebKit/Source/core/css/cssom/CSSUnsupportedStyleValue.h
|
| index 6b4f62236e31f67ac2e00ea46444e7a268e1fd66..5466186038de8835b6e1229985e31dbca389ffa4 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSUnsupportedStyleValue.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSUnsupportedStyleValue.h
|
| @@ -18,8 +18,8 @@ public:
|
| }
|
|
|
| StyleValueType type() const override { return StyleValueType::Unknown; }
|
| - CSSValue* toCSSValue() const override;
|
| - CSSValue* toCSSValueWithProperty(CSSPropertyID) const override;
|
| + const CSSValue* toCSSValue() const override;
|
| + const CSSValue* toCSSValueWithProperty(CSSPropertyID) const override;
|
| String cssText() const override { return m_cssText; }
|
|
|
| private:
|
|
|