| Index: Source/core/editing/markup.cpp
|
| diff --git a/Source/core/editing/markup.cpp b/Source/core/editing/markup.cpp
|
| index de075c6286511c3c46a1e6987fa3dee1b5e5df46..39d43cd32528c7bd6a20edf57d5765570d4e1973 100644
|
| --- a/Source/core/editing/markup.cpp
|
| +++ b/Source/core/editing/markup.cpp
|
| @@ -313,7 +313,7 @@ void StyledMarkupAccumulator::appendElement(StringBuilder& out, Element& element
|
| if (shouldApplyWrappingStyle(element)) {
|
| newInlineStyle = m_wrappingStyle->copy();
|
| newInlineStyle->removePropertiesInElementDefaultStyle(&element);
|
| - newInlineStyle->removeStyleConflictingWithStyleOfNode(&element);
|
| + newInlineStyle->removeStyleConflictingWithStyleOfElement(&element);
|
| } else
|
| newInlineStyle = EditingStyle::create();
|
|
|
|
|