Title: [249894] trunk/Source/WebKit
- Revision
- 249894
- Author
- [email protected]
- Date
- 2019-09-16 04:37:10 -0700 (Mon, 16 Sep 2019)
Log Message
Unreviewed build fix.
* NetworkProcess/NetworkConnectionToWebProcess.h: Add missing forward
declaration of the NetworkSession class.
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (249893 => 249894)
--- trunk/Source/WebKit/ChangeLog 2019-09-16 09:04:42 UTC (rev 249893)
+++ trunk/Source/WebKit/ChangeLog 2019-09-16 11:37:10 UTC (rev 249894)
@@ -1,3 +1,10 @@
+2019-09-16 Adrian Perez de Castro <[email protected]>
+
+ Unreviewed build fix.
+
+ * NetworkProcess/NetworkConnectionToWebProcess.h: Add missing forward
+ declaration of the NetworkSession class.
+
2019-09-16 Chris Dumez <[email protected]>
Store sessionID on the NetworkConnectionToWebProcess now that there is one session per WebProcess
Modified: trunk/Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.h (249893 => 249894)
--- trunk/Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.h 2019-09-16 09:04:42 UTC (rev 249893)
+++ trunk/Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.h 2019-09-16 11:37:10 UTC (rev 249894)
@@ -64,6 +64,7 @@
class NetworkProcess;
class NetworkResourceLoader;
+class NetworkSession;
class NetworkSocketChannel;
class NetworkSocketStream;
class WebIDBConnectionToClient;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes