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 c25c05afb10dbb3cfa55501ad0f691125ae043c0..5018599a1799f50802d7aa255a86ac7f63a0b25b 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; |