| Index: Source/core/editing/MarkupAccumulator.h
|
| diff --git a/Source/core/editing/MarkupAccumulator.h b/Source/core/editing/MarkupAccumulator.h
|
| index 1670b18f8af721166a18c82678f42aec4db848a9..e9d2a09c719dbad72f0bc574367e8a2cde435770 100644
|
| --- a/Source/core/editing/MarkupAccumulator.h
|
| +++ b/Source/core/editing/MarkupAccumulator.h
|
| @@ -70,8 +70,7 @@ public:
|
| MarkupAccumulator(Vector<Node*>*, EAbsoluteURLs, const Range* = 0);
|
| virtual ~MarkupAccumulator();
|
|
|
| - String serializeNodes(Node* targetNode, EChildrenOnly);
|
| - String serializeNodes(Node* targetNode, EChildrenOnly, Vector<QualifiedName>* tagNamesToSkip);
|
| + String serializeNodes(Node* targetNode, EChildrenOnly, Vector<QualifiedName>* tagNamesToSkip = 0);
|
|
|
| static void appendComment(StringBuilder&, const String&);
|
|
|
|
|