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