Changeset 252334 in webkit


Ignore:
Timestamp:
Nov 11, 2019 11:01:51 AM (4 years ago)
Author:
Matt Lewis
Message:

Unreviewed, rolling out r252151.

This broke internal builds and tests along with
https://bugs.webkit.org/show_bug.cgi?id=167729#c18. For more
information discuss with your reviewers.

Reverted changeset:

"Keep None value at the end of the ListStyleType enum"
https://bugs.webkit.org/show_bug.cgi?id=203883
https://trac.webkit.org/changeset/252151

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r252331 r252334  
     12019-11-11  Matt Lewis  <jlewis3@apple.com>
     2
     3        Unreviewed, rolling out r252151.
     4
     5        This broke internal builds and tests along with
     6        https://bugs.webkit.org/show_bug.cgi?id=167729#c18. For more
     7        information discuss with your reviewers.
     8
     9        Reverted changeset:
     10
     11        "Keep None value at the end of the ListStyleType enum"
     12        https://bugs.webkit.org/show_bug.cgi?id=203883
     13        https://trac.webkit.org/changeset/252151
     14
    1152019-11-11  Jer Noble  <jer.noble@apple.com>
    216
  • trunk/Source/WebCore/rendering/style/RenderStyleConstants.h

    r252151 r252334  
    632632    HiraganaIroha,
    633633    KatakanaIroha,
    634     String,
    635     None
     634    None,
     635    String
    636636};
    637637
Note: See TracChangeset for help on using the changeset viewer.