[webkit-reviews] review granted: [Bug 259256] [IFC] Available space on main axis computation should use "main size" : [Attachment 467056] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 16 10:04:42 PDT 2023


Antti Koivisto <koivisto at iki.fi> has granted  review:
Bug 259256: [IFC] Available space on main axis computation should use "main
size"
https://bugs.webkit.org/show_bug.cgi?id=259256

Attachment 467056: Patch

https://bugs.webkit.org/attachment.cgi?id=467056&action=review




--- Comment #2 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 467056
  --> https://bugs.webkit.org/attachment.cgi?id=467056
Patch

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

> Source/WebCore/layout/formattingContexts/flex/FlexFormattingContext.cpp:130
> -		   if (!style.minHeight().isSpecified())
> +		   if (style.minHeight().isSpecified())

OOPS


More information about the webkit-reviews mailing list