Title: [151527] trunk/Source/WebKit2
- Revision
- 151527
- Author
- [email protected]
- Date
- 2013-06-12 16:53:03 -0700 (Wed, 12 Jun 2013)
Log Message
[GTK] Explicit include glib.h to avoid compilation errors if libsoup isn't used.
https://bugs.webkit.org/show_bug.cgi?id=117564
Reviewed by Martin Robinson.
* UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (151526 => 151527)
--- trunk/Source/WebKit2/ChangeLog 2013-06-12 23:48:27 UTC (rev 151526)
+++ trunk/Source/WebKit2/ChangeLog 2013-06-12 23:53:03 UTC (rev 151527)
@@ -1,3 +1,12 @@
+2013-06-12 Hugo Parente Lima <[email protected]>
+
+ [GTK] Explicit include glib.h to avoid compilation errors if libsoup isn't used.
+ https://bugs.webkit.org/show_bug.cgi?id=117564
+
+ Reviewed by Martin Robinson.
+
+ * UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp:
+
2013-06-12 Zan Dobersek <[email protected]>
[GTK] Move more build targets for source code that's free of layer violations into libPlatform
Modified: trunk/Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp (151526 => 151527)
--- trunk/Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp 2013-06-12 23:48:27 UTC (rev 151526)
+++ trunk/Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp 2013-06-12 23:53:03 UTC (rev 151527)
@@ -35,6 +35,7 @@
#include <WebCore/ResourceHandle.h>
#include <WebCore/RunLoop.h>
#include <errno.h>
+#include <glib.h>
#include <locale.h>
#include <wtf/text/CString.h>
#include <wtf/text/WTFString.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes