| Summary: | [LFC][IFC] InlineFormattingContext::lineLayout should take a InlineItem range | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | zalan <zalan> | ||||||
| Component: | Layout and Rendering | Assignee: | zalan <zalan> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | bfulgham, commit-queue, koivisto, simon.fraser, webkit-bug-importer, zalan | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
zalan
2020-01-20 11:49:19 PST
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. |