Bug 205371

Summary: [LFC][IFC] LineBreaker::isAtSoftWrapOpportunity should return the wrap position
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

zalan
Reported 2019-12-17 18:57:31 PST
ssia
Attachments
Patch (9.66 KB, patch)
2019-12-17 19:14 PST, zalan
koivisto: review+
Radar WebKit Bug Importer
Comment 1 2019-12-17 18:57:56 PST
zalan
Comment 2 2019-12-17 19:14:40 PST
Simon Fraser (smfr)
Comment 3 2019-12-17 19:16:50 PST
Comment on attachment 385934 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=385934&action=review > Source/WebCore/layout/inlineformatting/InlineLineBreaker.cpp:293 > + return { }; Is this 0 or WTF::nullopt?
zalan
Comment 4 2019-12-17 19:18:06 PST
(In reply to Simon Fraser (smfr) from comment #3) > Comment on attachment 385934 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=385934&action=review > > > Source/WebCore/layout/inlineformatting/InlineLineBreaker.cpp:293 > > + return { }; > > Is this 0 or WTF::nullopt? it's constructing an Optional<unsigned> object so I'd guess it's WTF::nullopt.
zalan
Comment 5 2019-12-18 07:39:55 PST
Note You need to log in before you can comment on or make changes to this bug.