Index: Source/core/dom/Text.h |
diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h |
index 5388fc846b0c93bd4eb5187d47db1818da17e919..dd36237f11f850baba39d08b1963de6dc8766da8 100644 |
--- a/Source/core/dom/Text.h |
+++ b/Source/core/dom/Text.h |
@@ -49,7 +49,7 @@ public: |
bool recalcTextStyle(StyleChange); |
bool textRendererIsNeeded(const NodeRenderingContext&); |
virtual RenderText* createTextRenderer(RenderStyle*); |
- void updateTextRenderer(unsigned offsetOfReplacedData, unsigned lengthOfReplacedData, AttachBehavior = AttachLazily); |
+ void updateTextRenderer(unsigned offsetOfReplacedData, unsigned lengthOfReplacedData, RecalcStyleBehavior = DoNotRecalcStyle); |
virtual void attach(const AttachContext& = AttachContext()) OVERRIDE FINAL; |