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