Title: [290607] trunk/Source/WebKit
Revision
290607
Author
[email protected]
Date
2022-02-28 11:10:48 -0800 (Mon, 28 Feb 2022)

Log Message

REGRESSION(r290588): Broke WinCairo and PlayStation debug builds
https://bugs.webkit.org/show_bug.cgi?id=237277

Unreviewed build fix.


* Scripts/webkit/messages.py:
(conditions_for_header):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (290606 => 290607)


--- trunk/Source/WebKit/ChangeLog	2022-02-28 18:30:07 UTC (rev 290606)
+++ trunk/Source/WebKit/ChangeLog	2022-02-28 19:10:48 UTC (rev 290607)
@@ -1,3 +1,13 @@
+2022-02-28  Ross Kirsling  <[email protected]>
+
+        REGRESSION(r290588): Broke WinCairo and PlayStation debug builds
+        https://bugs.webkit.org/show_bug.cgi?id=237277
+
+        Unreviewed build fix.
+
+        * Scripts/webkit/messages.py:
+        (conditions_for_header):
+
 2022-02-28  Kimmo Kinnunen  <[email protected]>
 
         REGRESSION(r290588) Missing symbol jsValueForDecodedMessage<107> (IPCStreamTesterProxy_WasCreated)

Modified: trunk/Source/WebKit/Scripts/webkit/messages.py (290606 => 290607)


--- trunk/Source/WebKit/Scripts/webkit/messages.py	2022-02-28 18:30:07 UTC (rev 290606)
+++ trunk/Source/WebKit/Scripts/webkit/messages.py	2022-02-28 19:10:48 UTC (rev 290607)
@@ -377,7 +377,6 @@
 def conditions_for_header(header):
     conditions = {
         '"InputMethodState.h"': ["PLATFORM(GTK)", "PLATFORM(WPE)"],
-        '"LayerHostingContext.h"': ["PLATFORM(COCOA)", ],
         '"GestureTypes.h"': ["PLATFORM(IOS_FAMILY)"],
         '"WCContentBufferIdentifier.h"': ["USE(GRAPHICS_LAYER_WC)"],
         '"WCLayerTreeHostIdentifier.h"': ["USE(GRAPHICS_LAYER_WC)"],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to