Title: [292256] trunk/Source/WebKit
Revision
292256
Author
dp...@igalia.com
Date
2022-04-01 20:46:52 -0700 (Fri, 01 Apr 2022)

Log Message

Unreviewed, fix non-unified build after r292225

* Platform/IPC/unix/IPCSemaphoreUnix.cpp: Add poll.h and remove
duplicated Decoder.h and Encoder.h headers.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (292255 => 292256)


--- trunk/Source/WebKit/ChangeLog	2022-04-02 03:29:20 UTC (rev 292255)
+++ trunk/Source/WebKit/ChangeLog	2022-04-02 03:46:52 UTC (rev 292256)
@@ -1,3 +1,10 @@
+2022-04-01  Diego Pino Garcia  <dp...@igalia.com>
+
+        Unreviewed, fix non-unified build after r292225
+
+        * Platform/IPC/unix/IPCSemaphoreUnix.cpp: Add poll.h and remove
+        duplicated Decoder.h and Encoder.h headers.
+
 2022-04-01  Sihui Liu  <sihui_...@apple.com>
 
         Avoid initializing default WKWebsiteDataStore in -[WKWebViewConfiguration copyWithZone]

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


--- trunk/Source/WebKit/Platform/IPC/unix/IPCSemaphoreUnix.cpp	2022-04-02 03:29:20 UTC (rev 292255)
+++ trunk/Source/WebKit/Platform/IPC/unix/IPCSemaphoreUnix.cpp	2022-04-02 03:46:52 UTC (rev 292256)
@@ -27,12 +27,11 @@
 #include "Decoder.h"
 #include "Encoder.h"
 #include "IPCSemaphore.h"
-#include "Decoder.h"
-#include "Encoder.h"
 
 #include <wtf/UniStdExtras.h>
 
 #if OS(LINUX)
+#include <poll.h>
 #include <sys/eventfd.h>
 #endif
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to