| Index: third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h
|
| diff --git a/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h b/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h
|
| index 120d298832382e6b31175421715d7e31e03ea350..09e2031c225fd66731e17fd44c2aa6c01890ce46 100644
|
| --- a/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h
|
| +++ b/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h
|
| @@ -62,7 +62,7 @@ private:
|
| void setCSSText(const String&, ExceptionState&) final;
|
| PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValueInternal(CSSPropertyID) final;
|
| String getPropertyValueInternal(CSSPropertyID) final;
|
| - void setPropertyInternal(CSSPropertyID, const String& value, bool important, ExceptionState&) final;
|
| + void setPropertyInternal(CSSPropertyID, const String& customPropertyName, const String& value, bool important, ExceptionState&) final;
|
|
|
| bool cssPropertyMatches(CSSPropertyID, const CSSValue*) const final;
|
|
|
|
|