Title: [164800] releases/WebKitGTK/webkit-2.4/Source/WebKit2
- Revision
- 164800
- Author
- [email protected]
- Date
- 2014-02-27 06:02:41 -0800 (Thu, 27 Feb 2014)
Log Message
Merge r164797 - need to #include <libgen.h> for basename
https://bugs.webkit.org/show_bug.cgi?id=128597
Patch by Ryan Lortie <[email protected]> on 2014-02-27
Reviewed by Carlos Garcia Campos.
* PluginProcess/unix/PluginProcessMainUnix.cpp: include <libgen.h> as required by POSIX for basename
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.4/Source/WebKit2/ChangeLog (164799 => 164800)
--- releases/WebKitGTK/webkit-2.4/Source/WebKit2/ChangeLog 2014-02-27 14:01:45 UTC (rev 164799)
+++ releases/WebKitGTK/webkit-2.4/Source/WebKit2/ChangeLog 2014-02-27 14:02:41 UTC (rev 164800)
@@ -1,3 +1,12 @@
+2014-02-27 Ryan Lortie <[email protected]>
+
+ need to #include <libgen.h> for basename
+ https://bugs.webkit.org/show_bug.cgi?id=128597
+
+ Reviewed by Carlos Garcia Campos.
+
+ * PluginProcess/unix/PluginProcessMainUnix.cpp: include <libgen.h> as required by POSIX for basename
+
2014-02-27 Carlos Garcia Campos <[email protected]>
[GTK] Web Inspector doesn't work with network process enabled
Modified: releases/WebKitGTK/webkit-2.4/Source/WebKit2/PluginProcess/unix/PluginProcessMainUnix.cpp (164799 => 164800)
--- releases/WebKitGTK/webkit-2.4/Source/WebKit2/PluginProcess/unix/PluginProcessMainUnix.cpp 2014-02-27 14:01:45 UTC (rev 164799)
+++ releases/WebKitGTK/webkit-2.4/Source/WebKit2/PluginProcess/unix/PluginProcessMainUnix.cpp 2014-02-27 14:02:41 UTC (rev 164800)
@@ -34,6 +34,7 @@
#include "NetscapePlugin.h"
#include "PluginProcess.h"
#include "WebKit2Initialize.h"
+#include <libgen.h>
#include <wtf/RunLoop.h>
#if PLATFORM(GTK)
#include <gtk/gtk.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes