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..cdcbe6c693a8820c511fe8d145b619e09b917fb3 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& propertyName, const String& value, bool important, ExceptionState&) override; |
Timothy Loh
2015/11/14 02:21:05
maybe customPropertyName here and everywhere else,
leviw_travelin_and_unemployed
2015/11/17 01:25:07
SGTM.
|
bool cssPropertyMatches(CSSPropertyID, const CSSValue*) const override; |