Index: Source/core/editing/MarkupAccumulator.h |
diff --git a/Source/core/editing/MarkupAccumulator.h b/Source/core/editing/MarkupAccumulator.h |
index b247d90b6f39f8d583562e222e0b5670a18685d5..64a0c1b04ced36d66c79c7255bc22e37c64f1b01 100644 |
--- a/Source/core/editing/MarkupAccumulator.h |
+++ b/Source/core/editing/MarkupAccumulator.h |
@@ -97,7 +97,6 @@ protected: |
void appendOpenTag(StringBuilder&, const Element&, Namespaces*); |
void appendCloseTag(StringBuilder&, const Element&); |
void appendAttribute(StringBuilder&, const Element&, const Attribute&, Namespaces*); |
- void appendCDATASection(StringBuilder&, const String&); |
void appendStartMarkup(StringBuilder&, Node&, Namespaces*); |
bool shouldSelfClose(const Element&); |
bool elementCannotHaveEndTag(const Node&); |