Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutRubyBase.cpp

Issue 2645473004: Don't clear floats when moving just some of the children in a ruby run (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/block/float/rubybase-children-moved-crash-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/LayoutRubyBase.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutRubyBase.cpp b/third_party/WebKit/Source/core/layout/LayoutRubyBase.cpp
index a60916d3905cf10aa6e56503b769c464a3ad9aee..18d3e2f717d20593acc17ad81a96683db5d08c5d 100644
--- a/third_party/WebKit/Source/core/layout/LayoutRubyBase.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutRubyBase.cpp
@@ -129,7 +129,7 @@ void LayoutRubyBase::moveBlockChildren(LayoutRubyBase* toBase,
if (!beforeChild)
moveAllChildrenIncludingFloatsTo(toBase, toBase->hasLayer() || hasLayer());
else
- moveChildrenTo(toBase, firstChild(), beforeChild, toBase->children());
+ moveChildrenTo(toBase, firstChild(), beforeChild);
}
ETextAlign LayoutRubyBase::textAlignmentForLine(
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/block/float/rubybase-children-moved-crash-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698