Index: Source/core/editing/markup.cpp |
diff --git a/Source/core/editing/markup.cpp b/Source/core/editing/markup.cpp |
index 58647b1018def31885d511f5a29f2c1161aa18ba..210a5f92d27fefc8147d98ce711b49133dd8c21b 100644 |
--- a/Source/core/editing/markup.cpp |
+++ b/Source/core/editing/markup.cpp |
@@ -308,7 +308,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(); |