| Index: Source/core/dom/Text.h
|
| diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h
|
| index 3c275ec8903c16f4be6314e57a9eb6064a43b1bf..5fd5c1906d3aee7f39a60b75f05527fae1a5227a 100644
|
| --- a/Source/core/dom/Text.h
|
| +++ b/Source/core/dom/Text.h
|
| @@ -56,6 +56,7 @@ public:
|
| void updateTextRenderer(unsigned offsetOfReplacedData, unsigned lengthOfReplacedData, RecalcStyleBehavior = DoNotRecalcStyle);
|
|
|
| virtual void attach(const AttachContext& = AttachContext()) override final;
|
| + void reattachIfNeeded(const AttachContext& = AttachContext());
|
|
|
| virtual bool canContainRangeEndPoint() const override final { return true; }
|
| virtual NodeType nodeType() const override;
|
|
|