| 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 325cfb89ccaee816c99dae94a775edcd4f68b27c..04845a1644e032a15a674bbc13771da76953f6ad 100644
|
| --- a/third_party/WebKit/Source/core/dom/Text.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Text.cpp
|
| @@ -85,7 +85,7 @@ Node* Text::mergeNextSiblingNodesIfPossible() {
|
| document().didMergeTextNodes(*this, *nextText, offset);
|
|
|
| // Empty nextText for layout update.
|
| - nextText->setDataWithoutUpdate(emptyString());
|
| + nextText->setDataWithoutUpdate(emptyString);
|
| nextText->updateTextLayoutObject(0, nextTextData.length());
|
|
|
| // Restore nextText for mutation event.
|
|
|