| Index: Source/core/editing/MarkupAccumulator.h
|
| diff --git a/Source/core/editing/MarkupAccumulator.h b/Source/core/editing/MarkupAccumulator.h
|
| index f14d6ed725e3042305a4b9f4e3b2459638a1dcac..33803369e9397b67729491b7a2d3a0f73e6cba0b 100644
|
| --- a/Source/core/editing/MarkupAccumulator.h
|
| +++ b/Source/core/editing/MarkupAccumulator.h
|
| @@ -79,7 +79,7 @@ protected:
|
| void concatenateMarkup(StringBuilder&);
|
| void appendAttributeValue(StringBuilder&, const String&, bool);
|
| virtual void appendCustomAttributes(StringBuilder&, const Element&, Namespaces*);
|
| - bool shouldAddNamespaceElement(const Element&);
|
| + bool shouldAddNamespaceElement(const Element&, Namespaces&);
|
| bool shouldAddNamespaceAttribute(const Attribute&, Namespaces&);
|
| void appendNamespace(StringBuilder&, const AtomicString& prefix, const AtomicString& namespaceURI, Namespaces&);
|
| EntityMask entityMaskForText(const Text&) const;
|
|
|