Title: [272173] trunk/Source/WebKit
Revision
272173
Author
stephan.sz...@sony.com
Date
2021-02-01 13:27:01 -0800 (Mon, 01 Feb 2021)

Log Message

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

Unreviewed build fix.


* Platform/unix/SharedMemoryUnix.cpp: Include ArgumentCoders.h on PlayStation

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (272172 => 272173)


--- trunk/Source/WebKit/ChangeLog	2021-02-01 21:24:39 UTC (rev 272172)
+++ trunk/Source/WebKit/ChangeLog	2021-02-01 21:27:01 UTC (rev 272173)
@@ -1,3 +1,12 @@
+2021-02-01  Stephan Szabo  <stephan.sz...@sony.com>
+
+        [PlayStation] Build fix after r272058
+        https://bugs.webkit.org/show_bug.cgi?id=221141
+
+        Unreviewed build fix.
+
+        * Platform/unix/SharedMemoryUnix.cpp: Include ArgumentCoders.h on PlayStation
+
 2021-02-01  Sihui Liu  <sihui_...@appe.com>
 
         Use user media permission prompt for speech recognition

Modified: trunk/Source/WebKit/Platform/unix/SharedMemoryUnix.cpp (272172 => 272173)


--- trunk/Source/WebKit/Platform/unix/SharedMemoryUnix.cpp	2021-02-01 21:24:39 UTC (rev 272172)
+++ trunk/Source/WebKit/Platform/unix/SharedMemoryUnix.cpp	2021-02-01 21:27:01 UTC (rev 272173)
@@ -49,6 +49,10 @@
 #include <sys/syscall.h>
 #endif
 
+#if PLATFORM(PLAYSTATION)
+#include "ArgumentCoders.h"
+#endif
+
 namespace WebKit {
 
 SharedMemory::Handle::Handle()
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to