| Index: Source/core/layout/LayoutRubyBase.cpp
|
| diff --git a/Source/core/layout/LayoutRubyBase.cpp b/Source/core/layout/LayoutRubyBase.cpp
|
| index 04f3f45cb413381c1cafa8d99818d2f6e8316ec6..6f71c2ec1c6e010c412b116b82cf6e38f8f9d71e 100644
|
| --- a/Source/core/layout/LayoutRubyBase.cpp
|
| +++ b/Source/core/layout/LayoutRubyBase.cpp
|
| @@ -72,8 +72,8 @@ void LayoutRubyBase::moveChildren(LayoutRubyBase* toBase, LayoutObject* beforeCh
|
| else
|
| moveBlockChildren(toBase, beforeChild);
|
|
|
| - setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation();
|
| - toBase->setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation();
|
| + setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation(LayoutInvalidationReason::Unknown);
|
| + toBase->setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation(LayoutInvalidationReason::Unknown);
|
| }
|
|
|
| void LayoutRubyBase::moveInlineChildren(LayoutRubyBase* toBase, LayoutObject* beforeChild)
|
|
|