| Index: third_party/WebKit/Source/core/dom/Text.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Text.cpp b/third_party/WebKit/Source/core/dom/Text.cpp
|
| index bd379c0c31be77a9f5e36af4496144316a5733ef..d17dd2db5de1cd9fe16dacb4a44fcdbdacd5feae 100644
|
| --- a/third_party/WebKit/Source/core/dom/Text.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Text.cpp
|
| @@ -464,7 +464,6 @@ void Text::UpdateTextLayoutObject(unsigned offset_of_replaced_data,
|
| LazyReattachIfAttached();
|
| return;
|
| }
|
| -
|
| text_layout_object->SetTextWithOffset(DataImpl(), offset_of_replaced_data,
|
| length_of_replaced_data);
|
| }
|
|
|