[Webkit-unassigned] [Bug 234578] Grid may be empty in certain scenarios

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 3 16:38:42 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=234578

--- Comment #18 from Darin Adler <darin at apple.com> ---
Comment on attachment 450834
  --> https://bugs.webkit.org/attachment.cgi?id=450834
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=450834&action=review

> Source/WebCore/rendering/RenderGrid.h:194
> +    void computeAspectRatioDependantAndBaselineItems(Vector<RenderBox*>& aspectRatioBlockSizeDependentGridItems);

This should use a return value rather than an out argument.

Also, "dependent" is misspelled here.

-- 
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/20220204/20fd33d6/attachment.htm>


More information about the webkit-unassigned mailing list