Title: [252409] trunk/Source/WebCore
Revision
252409
Author
[email protected]
Date
2019-11-13 07:22:36 -0800 (Wed, 13 Nov 2019)

Log Message

Unreviewed, rolling out r252402.
https://bugs.webkit.org/show_bug.cgi?id=204157

This change broke the iOS and macOS build (Requested by
aakashja_ on #webkit).

Reverted changeset:

"Unreviewed, fix GTK/WPE builds after enabling POINTER_EVENTS
support."
https://trac.webkit.org/changeset/252402

Patch by Commit Queue <[email protected]> on 2019-11-13

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (252408 => 252409)


--- trunk/Source/WebCore/ChangeLog	2019-11-13 14:40:22 UTC (rev 252408)
+++ trunk/Source/WebCore/ChangeLog	2019-11-13 15:22:36 UTC (rev 252409)
@@ -1,3 +1,17 @@
+2019-11-13  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r252402.
+        https://bugs.webkit.org/show_bug.cgi?id=204157
+
+        This change broke the iOS and macOS build (Requested by
+        aakashja_ on #webkit).
+
+        Reverted changeset:
+
+        "Unreviewed, fix GTK/WPE builds after enabling POINTER_EVENTS
+        support."
+        https://trac.webkit.org/changeset/252402
+
 2019-11-13  Nikolas Zimmermann  <[email protected]>
 
         Unreviewed, fix GTK/WPE builds after enabling POINTER_EVENTS support.

Modified: trunk/Source/WebCore/rendering/EventRegion.cpp (252408 => 252409)


--- trunk/Source/WebCore/rendering/EventRegion.cpp	2019-11-13 14:40:22 UTC (rev 252408)
+++ trunk/Source/WebCore/rendering/EventRegion.cpp	2019-11-13 15:22:36 UTC (rev 252409)
@@ -144,10 +144,11 @@
     case TouchAction::Auto:
         break;
     }
+    ASSERT_NOT_REACHED();
     return 0;
 }
 
-TouchAction toTouchAction(unsigned index)
+constexpr TouchAction toTouchAction(unsigned index)
 {
     switch (index) {
     case 0:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to