Title: [259584] trunk/Source/WebKit
- Revision
- 259584
- Author
- commit-qu...@webkit.org
- Date
- 2020-04-06 11:48:38 -0700 (Mon, 06 Apr 2020)
Log Message
[GTK] Remove unused header in web process
https://bugs.webkit.org/show_bug.cgi?id=210053
Patch by Víctor Manuel Jáquez Leal <vjaq...@igalia.com> on 2020-04-06
Reviewed by Michael Catanzaro.
Remove unused headers from code removed in r203774.
No new tests required.
* WebProcess/gtk/WebProcessMainGtk.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (259583 => 259584)
--- trunk/Source/WebKit/ChangeLog 2020-04-06 18:48:04 UTC (rev 259583)
+++ trunk/Source/WebKit/ChangeLog 2020-04-06 18:48:38 UTC (rev 259584)
@@ -1,3 +1,16 @@
+2020-04-06 Víctor Manuel Jáquez Leal <vjaq...@igalia.com>
+
+ [GTK] Remove unused header in web process
+ https://bugs.webkit.org/show_bug.cgi?id=210053
+
+ Reviewed by Michael Catanzaro.
+
+ Remove unused headers from code removed in r203774.
+
+ No new tests required.
+
+ * WebProcess/gtk/WebProcessMainGtk.cpp:
+
2020-04-06 Dean Jackson <d...@apple.com>
CrashTracer: MobileSafari at WebKit: WebKit::SystemPreviewController::updateProgress
Modified: trunk/Source/WebKit/WebProcess/gtk/WebProcessMainGtk.cpp (259583 => 259584)
--- trunk/Source/WebKit/WebProcess/gtk/WebProcessMainGtk.cpp 2020-04-06 18:48:04 UTC (rev 259583)
+++ trunk/Source/WebKit/WebProcess/gtk/WebProcessMainGtk.cpp 2020-04-06 18:48:38 UTC (rev 259584)
@@ -29,10 +29,8 @@
#include "AuxiliaryProcessMain.h"
#include "WebProcess.h"
-#include <WebCore/SoupNetworkSession.h>
#include <gtk/gtk.h>
#include <libintl.h>
-#include <libsoup/soup.h>
#if PLATFORM(X11)
#include <X11/Xlib.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes