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