| Index: Source/core/editing/MarkupFormatter.h
|
| diff --git a/Source/core/editing/MarkupFormatter.h b/Source/core/editing/MarkupFormatter.h
|
| index 36b79ecc8dbb373391797b158b09f168ce84b6b3..df86cae09a504886f3ed9202e22b2d677943b1dc 100644
|
| --- a/Source/core/editing/MarkupFormatter.h
|
| +++ b/Source/core/editing/MarkupFormatter.h
|
| @@ -79,6 +79,7 @@ public:
|
| MarkupFormatter(EAbsoluteURLs, SerializationType = SerializationType::AsOwnerDocument);
|
| ~MarkupFormatter();
|
|
|
| + void appendStartMarkup(StringBuilder&, const Node&, Namespaces*);
|
| void appendEndMarkup(StringBuilder&, const Element&);
|
|
|
| bool serializeAsHTMLDocument(const Node&) const;
|
|
|