| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index c2fb4fca126c4ad8cbab2c82838947f445b7c8dd..bc54edf5eaafee405664775c8eb2a1f7e27b7399 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -283,7 +283,7 @@ public:
|
|
|
| void setInlineStyleProperty(CSSPropertyID, CSSValueID identifier, bool important = false);
|
| void setInlineStyleProperty(CSSPropertyID, double value, CSSPrimitiveValue::UnitType, bool important = false);
|
| - void setInlineStyleProperty(CSSPropertyID, CSSValue*, bool important = false);
|
| + void setInlineStyleProperty(CSSPropertyID, const CSSValue*, bool important = false);
|
| bool setInlineStyleProperty(CSSPropertyID, const String& value, bool important = false);
|
|
|
| bool removeInlineStyleProperty(CSSPropertyID);
|
|
|