| Index: Source/core/dom/Text.cpp
|
| diff --git a/Source/core/dom/Text.cpp b/Source/core/dom/Text.cpp
|
| index 7a44150a5bc3193f8a5a1f65d05cb5bdaff0bea0..9ace889c425cee2227e1365d5dcf7b5f3cc521f0 100644
|
| --- a/Source/core/dom/Text.cpp
|
| +++ b/Source/core/dom/Text.cpp
|
| @@ -270,10 +270,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)
|
|
|