| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index 4a9f97fed16694baf569cfcb7c9d11e7239359da..d9061b803835e587a21a27d6cf83e6cf4c0642e7 100644
|
| --- a/Source/core/dom/Element.cpp
|
| +++ b/Source/core/dom/Element.cpp
|
| @@ -1523,7 +1523,7 @@ void Element::recalcStyle(StyleRecalcChange change, Text* nextTextSibling)
|
| didRecalcStyle(change);
|
|
|
| if (change == Reattach)
|
| - reattachWhitespaceSiblings(nextTextSibling);
|
| + reattachWhitespaceSiblingsIfNeeded(nextTextSibling);
|
| }
|
|
|
| StyleRecalcChange Element::recalcOwnStyle(StyleRecalcChange change)
|
|
|