4 Sep
2020
4 Sep
'20
5:11 a.m.
On Fri, Sep 4, 2020 at 1:31 PM Ryosuke Niwa <rniwa@webkit.org> wrote:
Consecutive bit fields must use the same type.
RenderLayer is mixing bool and unsigned in the consecutive bit fields. They should use only uint8_t, right? https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/rendering/Render...