| Index: Source/core/editing/StyledMarkupAccumulator.h
|
| diff --git a/Source/core/editing/StyledMarkupAccumulator.h b/Source/core/editing/StyledMarkupAccumulator.h
|
| index d885cc6bc98614f3e0c579f0df7af10a0f7c232a..9fb84e147f914d0c12b592481794f60e170217fc 100644
|
| --- a/Source/core/editing/StyledMarkupAccumulator.h
|
| +++ b/Source/core/editing/StyledMarkupAccumulator.h
|
| @@ -72,6 +72,7 @@ public:
|
|
|
| private:
|
| void appendText(StringBuilder&, Text&);
|
| + void appendTextWithInlineStyle(StringBuilder&, Text&);
|
|
|
| String renderedText(Text&);
|
| String stringValueForRange(const Text&);
|
|
|