| Index: Source/core/dom/Text.h | 
| diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h | 
| index df95ff1738bef6cd2081e6821bb48998cd7b4eff..aa4edda4af3a81c9af90561942b9d1b93dc25779 100644 | 
| --- a/Source/core/dom/Text.h | 
| +++ b/Source/core/dom/Text.h | 
| @@ -54,7 +54,7 @@ public: | 
| virtual RenderText* createTextRenderer(RenderStyle*); | 
| void updateTextRenderer(unsigned offsetOfReplacedData, unsigned lengthOfReplacedData, RecalcStyleBehavior = DoNotRecalcStyle); | 
|  | 
| -    virtual void attach(const AttachContext& = AttachContext()) OVERRIDE FINAL; | 
| +    virtual void createRenderTree(const AttachContext& = AttachContext()) OVERRIDE FINAL; | 
|  | 
| virtual bool canContainRangeEndPoint() const OVERRIDE FINAL { return true; } | 
| virtual NodeType nodeType() const OVERRIDE; | 
|  |