| Index: Source/core/dom/Element.cpp
|
| diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp
|
| index f8fb5ae543456ddfd04a7ebbffc8784b67665ed4..cd40f7e05459dd852a51c18b56874ff353a5d1f7 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)
|
|
|