Title: [237417] trunk/Source/WebKit
Revision
237417
Author
[email protected]
Date
2018-10-25 10:06:53 -0700 (Thu, 25 Oct 2018)

Log Message

Unreviewed, try to fix GTK build with sandbox enabled

* UIProcess/Launcher/glib/BubblewrapLauncher.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (237416 => 237417)


--- trunk/Source/WebKit/ChangeLog	2018-10-25 16:33:33 UTC (rev 237416)
+++ trunk/Source/WebKit/ChangeLog	2018-10-25 17:06:53 UTC (rev 237417)
@@ -1,3 +1,9 @@
+2018-10-25  Michael Catanzaro  <[email protected]>
+
+        Unreviewed, try to fix GTK build with sandbox enabled
+
+        * UIProcess/Launcher/glib/BubblewrapLauncher.cpp:
+
 2018-10-25  Claudio Saavedra  <[email protected]>
 
         [WPE][GTK] Follow-up fixes to the certificate coders

Modified: trunk/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp (237416 => 237417)


--- trunk/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp	2018-10-25 16:33:33 UTC (rev 237416)
+++ trunk/Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp	2018-10-25 17:06:53 UTC (rev 237417)
@@ -20,6 +20,9 @@
 
 #if ENABLE(BUBBLEWRAP_SANDBOX)
 
+// For fd sealing APIs.
+#define _GNU_SOURCE
+
 #include <WebCore/FileSystem.h>
 #include <WebCore/PlatformDisplay.h>
 #include <fcntl.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to