| Index: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| index 6fc6e4f7416197a587a23644bf3d2531eaa5f4b4..488584cee6469564b90cc7d13f1a20defdb56994 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
|
| @@ -97,7 +97,7 @@ private:
|
| void setCSSText(const String&, ExceptionState&) override;
|
| PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValueInternal(CSSPropertyID) override;
|
| String getPropertyValueInternal(CSSPropertyID) override;
|
| - void setPropertyInternal(CSSPropertyID, const String& value, bool important, ExceptionState&) override;
|
| + void setPropertyInternal(CSSPropertyID, const String& customPropertyName, const String& value, bool important, ExceptionState&) override;
|
|
|
| bool cssPropertyMatches(CSSPropertyID, const CSSValue*) const override;
|
|
|
|
|