| Index: third_party/WebKit/Source/core/editing/EditingStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingStyle.cpp b/third_party/WebKit/Source/core/editing/EditingStyle.cpp
|
| index 5106669b4c8fa1eb162075618f55af49dd171ad1..6948e69376abcb1a958c49fb35f98644e83110d8 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/EditingStyle.cpp
|
| @@ -1221,7 +1221,7 @@ void EditingStyle::mergeStyleFromRulesForSerialization(Element* element)
|
| unsigned propertyCount = m_mutableStyle->propertyCount();
|
| for (unsigned i = 0; i < propertyCount; ++i) {
|
| StylePropertySet::PropertyReference property = m_mutableStyle->propertyAt(i);
|
| - CSSValue* value = property.value();
|
| + const CSSValue* value = property.value();
|
| if (!value->isPrimitiveValue())
|
| continue;
|
| if (toCSSPrimitiveValue(value)->isPercentage()) {
|
|
|