| Index: Source/core/layout/LayoutText.cpp
|
| diff --git a/Source/core/layout/LayoutText.cpp b/Source/core/layout/LayoutText.cpp
|
| index 2c2acfa3301f0e65077233bff7214be5ac6a0304..39ad0986538f54d622b8e73b053d2259f8c4f41d 100644
|
| --- a/Source/core/layout/LayoutText.cpp
|
| +++ b/Source/core/layout/LayoutText.cpp
|
| @@ -1396,7 +1396,7 @@ void LayoutText::setText(PassRefPtr<StringImpl> text, bool force)
|
| // insertChildNode() fails to set true to owner. To avoid that, we call
|
| // setNeedsLayoutAndPrefWidthsRecalc() only if this LayoutText has parent.
|
| if (parent())
|
| - setNeedsLayoutAndPrefWidthsRecalc(LayoutInvalidationReason::TextChanged);
|
| + setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation(LayoutInvalidationReason::TextChanged);
|
| m_knownToHaveNoOverflowAndNoFallbackFonts = false;
|
|
|
| if (AXObjectCache* cache = document().existingAXObjectCache())
|
|
|