| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index 017879d35e6ef4f6e16e16e37452d3243bef079d..f0472c9bcd87d976cdf2b01883675353fb5a424b 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -2995,7 +2995,7 @@ UniqueElementData::UniqueElementData(const UniqueElementData& other)
|
| , m_presentationAttributeStyle(other.m_presentationAttributeStyle)
|
| , m_attributeVector(other.m_attributeVector)
|
| {
|
| - m_inlineStyle = other.m_inlineStyle ? other.m_inlineStyle->copy() : 0;
|
| + m_inlineStyle = other.m_inlineStyle ? other.m_inlineStyle->mutableCopy() : 0;
|
| }
|
|
|
| UniqueElementData::UniqueElementData(const ShareableElementData& other)
|
|
|