| 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 2f232f049d775ca332450479b5ec77960cbc16f0..030fae9c28cdc0d479f665b430906a8a0601e258 100644
|
| --- a/third_party/WebKit/Source/core/dom/Text.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Text.cpp
|
| @@ -404,6 +404,7 @@ void Text::recalcTextStyle(StyleRecalcChange change, Text* nextTextSibling) {
|
| reattachLayoutTree();
|
| if (this->layoutObject())
|
| reattachWhitespaceSiblingsIfNeeded(nextTextSibling);
|
| + clearNeedsReattachLayoutTree();
|
| }
|
| }
|
|
|
|
|