Title: [252334] trunk/Source/WebCore
Revision
252334
Author
jlew...@apple.com
Date
2019-11-11 11:01:51 -0800 (Mon, 11 Nov 2019)

Log 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

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (252333 => 252334)


--- trunk/Source/WebCore/ChangeLog	2019-11-11 18:38:50 UTC (rev 252333)
+++ trunk/Source/WebCore/ChangeLog	2019-11-11 19:01:51 UTC (rev 252334)
@@ -1,3 +1,17 @@
+2019-11-11  Matt Lewis  <jlew...@apple.com>
+
+        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
+
 2019-11-11  Jer Noble  <jer.no...@apple.com>
 
         Ensure MediaRemote callback always called.

Modified: trunk/Source/WebCore/rendering/style/RenderStyleConstants.h (252333 => 252334)


--- trunk/Source/WebCore/rendering/style/RenderStyleConstants.h	2019-11-11 18:38:50 UTC (rev 252333)
+++ trunk/Source/WebCore/rendering/style/RenderStyleConstants.h	2019-11-11 19:01:51 UTC (rev 252334)
@@ -631,8 +631,8 @@
     Katakana,
     HiraganaIroha,
     KatakanaIroha,
-    String,
-    None
+    None,
+    String
 };
 
 enum class QuoteType : uint8_t {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to