| Index: Source/core/layout/LayoutRubyBase.cpp
|
| diff --git a/Source/core/layout/LayoutRubyBase.cpp b/Source/core/layout/LayoutRubyBase.cpp
|
| index 91f50d7b8cf5db6dbcd1b7a40e7f7fe55570f5e3..ec3f8690906ddcdf7cafd41e7406f254f401f02e 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)
|
|
|