Changeset 261823 in webkit


Ignore:
Timestamp:
May 18, 2020 11:36:55 AM (4 years ago)
Author:
pvollan@apple.com
Message:

[Win] Fix AppleWin build
https://bugs.webkit.org/show_bug.cgi?id=212030

Reviewed by Brent Fulgham.

The build fails because the number of bitfields in GreaterThanOrSameSizeAsStyleRareInheritedData does not match the
actual number of bitfields in StyleRareInheritedData.

  • rendering/style/StyleRareInheritedData.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r261821 r261823  
     12020-05-18  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [Win] Fix AppleWin build
     4        https://bugs.webkit.org/show_bug.cgi?id=212030
     5
     6        Reviewed by Brent Fulgham.
     7
     8        The build fails because the number of bitfields in GreaterThanOrSameSizeAsStyleRareInheritedData does not match the
     9        actual number of bitfields in StyleRareInheritedData.
     10
     11        * rendering/style/StyleRareInheritedData.cpp:
     12
    1132020-05-18  Rob Buis  <rbuis@igalia.com>
    214
  • trunk/Source/WebCore/rendering/style/StyleRareInheritedData.cpp

    r261279 r261823  
    5050    TextDecorationThickness thickness;
    5151    void* customPropertyDataRefs[1];
    52     unsigned bitfields[4];
     52    unsigned bitfields[6];
    5353    short pagedMediaShorts[2];
    5454    TabSize tabSize;
Note: See TracChangeset for help on using the changeset viewer.