childLayoutBox = &createLineBreakBox(downcast<RenderLineBreak>(childRenderer).isWBR(), WTFMove(clonedStyle))
<rdar://problem/59537585>
Created attachment 391027 [details] Patch
Comment on attachment 391027 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=391027&action=review > Source/WebCore/layout/layouttree/LayoutTreeBuilder.cpp:216 > - createLineBreakBox(downcast<RenderLineBreak>(childRenderer).isWBR(), WTFMove(clonedStyle)); > + childLayoutBox = &createLineBreakBox(downcast<RenderLineBreak>(childRenderer).isWBR(), WTFMove(clonedStyle)); lol
Comment on attachment 391027 [details] Patch Clearing flags on attachment: 391027 Committed r256827: <https://trac.webkit.org/changeset/256827>
All reviewed patches have been landed. Closing bug.
(In reply to Antti Koivisto from comment #3) > Comment on attachment 391027 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=391027&action=review > > > Source/WebCore/layout/layouttree/LayoutTreeBuilder.cpp:216 > > - createLineBreakBox(downcast<RenderLineBreak>(childRenderer).isWBR(), WTFMove(clonedStyle)); > > + childLayoutBox = &createLineBreakBox(downcast<RenderLineBreak>(childRenderer).isWBR(), WTFMove(clonedStyle)); > > lol exactly my thoughts.