RESOLVED FIXED 174295
Block of text is missing in iBooks sample books.
https://bugs.webkit.org/show_bug.cgi?id=174295
Summary Block of text is missing in iBooks sample books.
zalan
Reported 2017-07-08 22:33:50 PDT
Attachments
Patch (2.65 KB, patch)
2017-07-08 22:36 PDT, zalan
no flags
Patch (5.94 KB, patch)
2017-07-09 16:33 PDT, zalan
no flags
Patch (6.13 KB, patch)
2017-07-10 08:25 PDT, zalan
no flags
zalan
Comment 1 2017-07-08 22:36:06 PDT
zalan
Comment 2 2017-07-09 16:33:32 PDT
Antti Koivisto
Comment 3 2017-07-10 01:48:20 PDT
Comment on attachment 314958 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=314958&action=review > Source/WebCore/rendering/SimpleLineLayoutResolver.cpp:169 > + // Did we miss the line? > + if (y < bottom && !lastIndexCandidate) { > + ASSERT_NOT_REACHED(); > + return lineIndexCandidate; > } Should turn this into pure assert post-branch.
zalan
Comment 4 2017-07-10 08:05:27 PDT
(In reply to Antti Koivisto from comment #3) > Comment on attachment 314958 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=314958&action=review > > > Source/WebCore/rendering/SimpleLineLayoutResolver.cpp:169 > > + // Did we miss the line? > > + if (y < bottom && !lastIndexCandidate) { > > + ASSERT_NOT_REACHED(); > > + return lineIndexCandidate; > > } > > Should turn this into pure assert post-branch. Indeed.
zalan
Comment 5 2017-07-10 08:25:31 PDT
WebKit Commit Bot
Comment 6 2017-07-10 09:03:06 PDT
Comment on attachment 314981 [details] Patch Clearing flags on attachment: 314981 Committed r219291: <http://trac.webkit.org/changeset/219291>
WebKit Commit Bot
Comment 7 2017-07-10 09:03:08 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.