| Index: third_party/WebKit/Source/core/css/StylePropertySet.h
|
| diff --git a/third_party/WebKit/Source/core/css/StylePropertySet.h b/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| index 179f53e07eb85b76a2bd8cc2b0fbf375d1db904a..3e0b8a0ba969c04bbfb8b7cff80d1c25c6091c77 100644
|
| --- a/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| +++ b/third_party/WebKit/Source/core/css/StylePropertySet.h
|
| @@ -64,8 +64,6 @@ public:
|
| bool isImplicit() const { return propertyMetadata().m_implicit; }
|
|
|
| const CSSValue* value() const { return propertyValue(); }
|
| - // FIXME: We should try to remove this mutable overload.
|
| - CSSValue* value() { return const_cast<CSSValue*>(propertyValue()); }
|
|
|
| // FIXME: Remove this.
|
| CSSProperty toCSSProperty() const { return CSSProperty(propertyMetadata(), *propertyValue()); }
|
|
|