Remove some ensureLineBoxes
Created attachment 438919 [details] Patch
Created attachment 438927 [details] Patch
Created attachment 438935 [details] Patch
Comment on attachment 438935 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=438935&action=review > Source/WebCore/rendering/RenderBlockFlow.cpp:-3905 > - ASSERT(didNeedLayout || ceilf(logicalHeight()) == ceilf(oldHeight)); The dreaded assert! I am not going to miss you. > Source/WebCore/rendering/RenderBlockFlow.h:-368 > - void ensureLineBoxes(); > - void generateLineBoxTree(); end of an era.
Committed r282873 (242002@main): <https://commits.webkit.org/242002@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 438935 [details].
<rdar://problem/83398394>