[Webkit-unassigned] [Bug 232093] Two null box iterators from different paths fail to compare equal
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 21 11:02:20 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=232093
--- Comment #1 from Gabriel Nava Marino <gnavamarino at apple.com> ---
Per Antti's recommendation, we will compare equal in the case "both box and end get computed to null iterators (atEnd() is true)" as is currently happening in this loop:
for (auto box = inlineBox->firstLeafBox(), end = inlineBox->endLeafBox(); box != end; box.traverseNextOnLine()) {
if (!box->isText())
continue;
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211021/b8cbfbd6/attachment.htm>
More information about the webkit-unassigned
mailing list