instead of going from 0 to InlineItemList.size()
<rdar://problem/58742468>
Created attachment 388249 [details] Patch
Comment on attachment 388249 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=388249&action=review > Source/WebCore/layout/inlineformatting/LineLayoutContext.h:54 > + bool isEmpty() const { return start >= end; } Why would start > end?
(In reply to Antti Koivisto from comment #3) > Comment on attachment 388249 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=388249&action=review > > > Source/WebCore/layout/inlineformatting/LineLayoutContext.h:54 > > + bool isEmpty() const { return start >= end; } > > Why would start > end? indeed why would.
Created attachment 388251 [details] Patch
Comment on attachment 388251 [details] Patch Clearing flags on attachment: 388251 Committed r254837: <https://trac.webkit.org/changeset/254837>
All reviewed patches have been landed. Closing bug.