Index: Source/core/dom/Text.cpp |
diff --git a/Source/core/dom/Text.cpp b/Source/core/dom/Text.cpp |
index 2426009c6edb92702b679096b4140bc7abb6aa20..ad796131d66ab9fb16c928cb0bfd4b6c74a6595b 100644 |
--- a/Source/core/dom/Text.cpp |
+++ b/Source/core/dom/Text.cpp |
@@ -304,7 +304,7 @@ RenderText* Text::createTextRenderer(RenderStyle* style) |
void Text::attach(const AttachContext& context) |
{ |
- RenderTreeBuilder(this, context.resolvedStyle).createRendererForTextIfNeeded(); |
+ RenderTreeBuilderForText(this).createRendererIfNeeded(); |
CharacterData::attach(context); |
} |