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