| Index: third_party/WebKit/Source/core/css/CSSStyleDeclaration.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSStyleDeclaration.h b/third_party/WebKit/Source/core/css/CSSStyleDeclaration.h
|
| index 9f4464cf4ab3ec9793cc215c3cc2a71722cca407..3bbaded4e7006ec175021cef908e338461c5a473 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSStyleDeclaration.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSStyleDeclaration.h
|
| @@ -66,6 +66,7 @@ public:
|
| // Use the non-virtual methods in the concrete subclasses when possible.
|
| // The CSSValue returned by this function should not be exposed to the web as it may be used by multiple documents at the same time.
|
| virtual const CSSValue* getPropertyCSSValueInternal(CSSPropertyID) = 0;
|
| + virtual const CSSValue* getPropertyCSSValueInternal(AtomicString customPropertyName) = 0;
|
| virtual String getPropertyValueInternal(CSSPropertyID) = 0;
|
| virtual void setPropertyInternal(CSSPropertyID, const String& propertyValue, const String& value, bool important, ExceptionState&) = 0;
|
|
|
|
|