Index: Source/core/dom/Text.cpp |
diff --git a/Source/core/dom/Text.cpp b/Source/core/dom/Text.cpp |
index e2b1400cea7aebddcaba8d75853dea6d2cfebe7a..e277675007ef21c4fa022a5508edb05d3e6154e1 100644 |
--- a/Source/core/dom/Text.cpp |
+++ b/Source/core/dom/Text.cpp |
@@ -272,10 +272,10 @@ RenderText* Text::createTextRenderer(RenderArena* arena, RenderStyle* style) |
return new (arena) RenderText(this, dataImpl()); |
} |
-void Text::attach() |
+void Text::attach(const AttachContext& context) |
{ |
createTextRendererIfNeeded(); |
- CharacterData::attach(); |
+ CharacterData::attach(context); |
} |
void Text::recalcTextStyle(StyleChange change) |