| Index: Source/core/editing/StyledMarkupAccumulator.h
|
| diff --git a/Source/core/editing/StyledMarkupAccumulator.h b/Source/core/editing/StyledMarkupAccumulator.h
|
| index c2555acb08196f748f49b0e35e93e9565556726c..cfddc1bfe0f8faebde516a7a0f02acc0abb5acb6 100644
|
| --- a/Source/core/editing/StyledMarkupAccumulator.h
|
| +++ b/Source/core/editing/StyledMarkupAccumulator.h
|
| @@ -49,12 +49,12 @@ public:
|
| StyledMarkupAccumulator(EAbsoluteURLs, const TextOffset& start, const TextOffset& end, const PassRefPtrWillBeRawPtr<Document>, EAnnotateForInterchange, Node*);
|
|
|
| void appendString(const String&);
|
| - void appendStartTag(Node&, Namespaces* = nullptr);
|
| + void appendStartTag(Node&);
|
| void appendEndTag(const Element&);
|
| - void appendStartMarkup(StringBuilder&, Node&, Namespaces*);
|
| + void appendStartMarkup(StringBuilder&, Node&);
|
| void appendEndMarkup(StringBuilder&, const Element&);
|
|
|
| - void appendElement(StringBuilder&, Element&, Namespaces*);
|
| + void appendElement(StringBuilder&, Element&);
|
| void appendElement(StringBuilder&, Element&, bool, RangeFullySelectsNode);
|
| void appendStyleNodeOpenTag(StringBuilder&, StylePropertySet*, bool isBlock = false);
|
|
|
|
|