Title: [164712] releases/WebKitGTK/webkit-2.4/Source/WebKit2
Revision
164712
Author
[email protected]
Date
2014-02-26 03:24:46 -0800 (Wed, 26 Feb 2014)

Log Message

Merge r164583 - Remove unused error.h header.
https://bugs.webkit.org/show_bug.cgi?id=126774

Patch by Koop Mast <[email protected]> on 2014-02-24
Reviewed by Anders Carlsson.

This header doesn't exists on FreeBSD. According to
https://www.gnu.org/software/gnulib/manual/html_node/error_002eh.html
the function that this header implements are not present in the file.
So there isn't any need for this header.

* NetworkProcess/unix/NetworkProcessMainUnix.cpp:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.4/Source/WebKit2/ChangeLog (164711 => 164712)


--- releases/WebKitGTK/webkit-2.4/Source/WebKit2/ChangeLog	2014-02-26 09:41:43 UTC (rev 164711)
+++ releases/WebKitGTK/webkit-2.4/Source/WebKit2/ChangeLog	2014-02-26 11:24:46 UTC (rev 164712)
@@ -1,3 +1,17 @@
+2014-02-24  Koop Mast <[email protected]>
+
+        Remove unused error.h header.
+        https://bugs.webkit.org/show_bug.cgi?id=126774
+
+        Reviewed by Anders Carlsson.
+
+        This header doesn't exists on FreeBSD. According to
+        https://www.gnu.org/software/gnulib/manual/html_node/error_002eh.html
+        the function that this header implements are not present in the file.
+        So there isn't any need for this header.
+
+        * NetworkProcess/unix/NetworkProcessMainUnix.cpp:
+
 2014-02-24  Carlos Garcia Campos  <[email protected]>
 
         [GTK] Remove unneeded method webkitWebViewBaseRequestExitFullScreen

Modified: releases/WebKitGTK/webkit-2.4/Source/WebKit2/NetworkProcess/unix/NetworkProcessMainUnix.cpp (164711 => 164712)


--- releases/WebKitGTK/webkit-2.4/Source/WebKit2/NetworkProcess/unix/NetworkProcessMainUnix.cpp	2014-02-26 09:41:43 UTC (rev 164711)
+++ releases/WebKitGTK/webkit-2.4/Source/WebKit2/NetworkProcess/unix/NetworkProcessMainUnix.cpp	2014-02-26 11:24:46 UTC (rev 164712)
@@ -33,7 +33,6 @@
 #include "WebKit2Initialize.h"
 #include <WebCore/SoupNetworkSession.h>
 #include <WebKit2/NetworkProcess.h>
-#include <error.h>
 #include <runtime/InitializeThreading.h>
 #include <stdlib.h>
 #include <wtf/MainThread.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to