| 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 4c5d103c1913445f6c8ba3131c22d845a9221089..14c2f4f9e6afa862f1de805b2f5fa105a87c918f 100644
|
| --- a/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h
|
| +++ b/third_party/WebKit/Source/core/css/PropertySetCSSStyleDeclaration.h
|
| @@ -61,6 +61,7 @@ private:
|
| String cssText() const final;
|
| void setCSSText(const String&, ExceptionState&) final;
|
| const CSSValue* getPropertyCSSValueInternal(CSSPropertyID) final;
|
| + const CSSValue* getPropertyCSSValueInternal(AtomicString customPropertyName) final;
|
| String getPropertyValueInternal(CSSPropertyID) final;
|
| void setPropertyInternal(CSSPropertyID, const String& customPropertyName, const String& value, bool important, ExceptionState&) final;
|
|
|
|
|