Title: [292248] trunk/Source/WebKit
Revision
292248
Author
commit-qu...@webkit.org
Date
2022-04-01 18:18:27 -0700 (Fri, 01 Apr 2022)

Log Message

Fix build break after r292225 for Playstation.
https://bugs.webkit.org/show_bug.cgi?id=238683

Patch by Jigen Zhou <jigen.z...@sony.com> on 2022-04-01
Reviewed by Don Olmstead.

Unreviewed build fix after 292225 for Playstation build.

* Platform/IPC/unix/IPCSemaphoreUnix.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (292247 => 292248)


--- trunk/Source/WebKit/ChangeLog	2022-04-02 00:46:01 UTC (rev 292247)
+++ trunk/Source/WebKit/ChangeLog	2022-04-02 01:18:27 UTC (rev 292248)
@@ -1,3 +1,14 @@
+2022-04-01  Jigen Zhou  <jigen.z...@sony.com>
+
+        Fix build break after r292225 for Playstation.
+        https://bugs.webkit.org/show_bug.cgi?id=238683
+
+        Reviewed by Don Olmstead.
+
+        Unreviewed build fix after 292225 for Playstation build.
+
+        * Platform/IPC/unix/IPCSemaphoreUnix.cpp:
+
 2022-04-01  Diego Pino Garcia  <dp...@igalia.com>
 
         Unreviewed, fix non-unified build after r292218

Modified: trunk/Source/WebKit/Platform/IPC/unix/IPCSemaphoreUnix.cpp (292247 => 292248)


--- trunk/Source/WebKit/Platform/IPC/unix/IPCSemaphoreUnix.cpp	2022-04-02 00:46:01 UTC (rev 292247)
+++ trunk/Source/WebKit/Platform/IPC/unix/IPCSemaphoreUnix.cpp	2022-04-02 01:18:27 UTC (rev 292248)
@@ -27,6 +27,8 @@
 #include "Decoder.h"
 #include "Encoder.h"
 #include "IPCSemaphore.h"
+#include "Decoder.h"
+#include "Encoder.h"
 
 #include <wtf/UniStdExtras.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to