Title: [292406] trunk/Source/WTF
Revision
292406
Author
stephan.sz...@sony.com
Date
2022-04-05 11:25:27 -0700 (Tue, 05 Apr 2022)

Log Message

[PlayStation] Build fix after r292389
https://bugs.webkit.org/show_bug.cgi?id=238816

Unreviewed build fix

Add UnixFileDescriptor.h to PlatformPlayStation.cmake
as per the changes to PlatformGTK and PlatformWPE.


* wtf/PlatformPlayStation.cmake:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (292405 => 292406)


--- trunk/Source/WTF/ChangeLog	2022-04-05 18:05:12 UTC (rev 292405)
+++ trunk/Source/WTF/ChangeLog	2022-04-05 18:25:27 UTC (rev 292406)
@@ -1,3 +1,15 @@
+2022-04-05  Stephan Szabo  <stephan.sz...@sony.com>
+
+        [PlayStation] Build fix after r292389
+        https://bugs.webkit.org/show_bug.cgi?id=238816
+
+        Unreviewed build fix
+
+        Add UnixFileDescriptor.h to PlatformPlayStation.cmake
+        as per the changes to PlatformGTK and PlatformWPE.
+
+        * wtf/PlatformPlayStation.cmake:
+
 2022-04-05  Zan Dobersek  <zdober...@igalia.com>
 
         [Unix] Add UnixFileDescriptor, use it in IPC::Semaphore

Modified: trunk/Source/WTF/wtf/PlatformPlayStation.cmake (292405 => 292406)


--- trunk/Source/WTF/wtf/PlatformPlayStation.cmake	2022-04-05 18:05:12 UTC (rev 292405)
+++ trunk/Source/WTF/wtf/PlatformPlayStation.cmake	2022-04-05 18:25:27 UTC (rev 292406)
@@ -1,3 +1,7 @@
+list(APPEND WTF_PUBLIC_HEADERS
+    unix/UnixFileDescriptor.h
+)
+
 list(APPEND WTF_SOURCES
     generic/MainThreadGeneric.cpp
     generic/MemoryFootprintGeneric.cpp
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to