[webkit-reviews] review granted: [Bug 226435] [LFC] Tighten the constraint classes (ConstraintsForInFlowContent/ConstraintsForOutOfFlowContent) : [Attachment 430134] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 31 07:38:59 PDT 2021


Antti Koivisto <koivisto at iki.fi> has granted  review:
Bug 226435: [LFC] Tighten the constraint classes
(ConstraintsForInFlowContent/ConstraintsForOutOfFlowContent)
https://bugs.webkit.org/show_bug.cgi?id=226435

Attachment 430134: Patch

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




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

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

> Source/WebCore/layout/formattingContexts/table/TableFormattingContext.cpp:59
> +    auto availableVerticalSpace = ((const
ConstraintsForTableContent&)constraints).availableVerticalSpaceForContent;

What's up with the C cast here?


More information about the webkit-reviews mailing list