rename it to canUseForBlockStyle
Created attachment 467656 [details] Patch
Comment on attachment 467656 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=467656&action=review > Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp:266 > +static OptionSet<AvoidanceReason> canUseForBlockStyle(const RenderElement& blockContainer, IncludeReasons includeReasons) Could be RenderBlockFlow&
Created attachment 467660 [details] Patch
(In reply to Antti Koivisto from comment #2) > Comment on attachment 467656 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=467656&action=review > > > Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp:266 > > +static OptionSet<AvoidanceReason> canUseForBlockStyle(const RenderElement& blockContainer, IncludeReasons includeReasons) > > Could be RenderBlockFlow& good point!
Created attachment 467662 [details] [fast-cq]Patch
Committed 267902@main (7496adff3156): <https://commits.webkit.org/267902@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 467662 [details].
<rdar://problem/115356083>