| Index: Source/core/editing/StyledMarkupAccumulator.h
|
| diff --git a/Source/core/editing/StyledMarkupAccumulator.h b/Source/core/editing/StyledMarkupAccumulator.h
|
| index ed971154cd9e775f81479fb3471d578908ab68c6..d885cc6bc98614f3e0c579f0df7af10a0f7c232a 100644
|
| --- a/Source/core/editing/StyledMarkupAccumulator.h
|
| +++ b/Source/core/editing/StyledMarkupAccumulator.h
|
| @@ -66,7 +66,7 @@ public:
|
|
|
| void appendElement(StringBuilder&, const Element&);
|
| void appendElementWithInlineStyle(StringBuilder&, const Element&, PassRefPtrWillBeRawPtr<EditingStyle>);
|
| - void appendStartMarkup(StringBuilder&, Node&);
|
| + void appendStartMarkup(Node&);
|
|
|
| bool shouldApplyWrappingStyle(const Node&) const;
|
|
|
|
|