Chromium Code Reviews| Index: Source/core/editing/MarkupAccumulator.h |
| diff --git a/Source/core/editing/MarkupAccumulator.h b/Source/core/editing/MarkupAccumulator.h |
| index fc578947568af0d88a17e97dab5c65cf88771130..de94726e23ee065de54680349c4e08cf519c3167 100644 |
| --- a/Source/core/editing/MarkupAccumulator.h |
| +++ b/Source/core/editing/MarkupAccumulator.h |
| @@ -118,7 +118,7 @@ protected: |
| private: |
| String resolveURLIfNeeded(const Element&, const String&) const; |
| - void appendQuotedURLAttributeValue(StringBuilder&, const Element&, const Attribute&); |
| + void appendHTMLEscapedURLAttributeValue(StringBuilder&, const Element&, const Attribute&); |
|
fs
2015/03/24 10:20:11
I think you should keep the old name - the convers
Abhijeet Kandalkar Slow
2015/03/24 14:20:36
Done.
|
| void serializeNodesWithNamespaces(Node& targetNode, EChildrenOnly, const Namespaces*); |
| bool serializeAsHTMLDocument(const Node&) const; |