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