| Index: Source/core/editing/StyledMarkupAccumulator.h
|
| diff --git a/Source/core/editing/StyledMarkupAccumulator.h b/Source/core/editing/StyledMarkupAccumulator.h
|
| index 9fb84e147f914d0c12b592481794f60e170217fc..1901f4b8e4ed749f8022234468f5550930a1429d 100644
|
| --- a/Source/core/editing/StyledMarkupAccumulator.h
|
| +++ b/Source/core/editing/StyledMarkupAccumulator.h
|
| @@ -71,8 +71,7 @@ public:
|
| bool shouldApplyWrappingStyle(const Node&) const;
|
|
|
| private:
|
| - void appendText(StringBuilder&, Text&);
|
| - void appendTextWithInlineStyle(StringBuilder&, Text&);
|
| + void appendTextWithInlineStyle(Text&);
|
|
|
| String renderedText(Text&);
|
| String stringValueForRange(const Text&);
|
|
|