Title: [289363] trunk/Source
Revision
289363
Author
[email protected]
Date
2022-02-08 03:53:14 -0800 (Tue, 08 Feb 2022)

Log Message

Adding new files fails to compile after SharedWorkerObjectConnection.h changes
https://bugs.webkit.org/show_bug.cgi?id=236294

Add forward declarations and includes.
Unreviewed build fix.

Patch by Kimmo Kinnunen <[email protected]> on 2022-02-08

Source/WebCore:

* workers/shared/SharedWorkerObjectConnection.h:

Source/WebKit:

* NetworkProcess/SharedWorker/WebSharedWorkerServerConnection.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (289362 => 289363)


--- trunk/Source/WebCore/ChangeLog	2022-02-08 11:33:30 UTC (rev 289362)
+++ trunk/Source/WebCore/ChangeLog	2022-02-08 11:53:14 UTC (rev 289363)
@@ -1,3 +1,13 @@
+2022-02-08  Kimmo Kinnunen  <[email protected]>
+
+        Adding new files fails to compile after SharedWorkerObjectConnection.h changes
+        https://bugs.webkit.org/show_bug.cgi?id=236294
+
+        Add forward declarations and includes.
+        Unreviewed build fix.
+
+        * workers/shared/SharedWorkerObjectConnection.h:
+
 2022-02-08  Youenn Fablet  <[email protected]>
 
         MediaSampleAVFObjC::createImageSample should take a presentationTime as parameter

Modified: trunk/Source/WebCore/workers/shared/SharedWorkerObjectConnection.h (289362 => 289363)


--- trunk/Source/WebCore/workers/shared/SharedWorkerObjectConnection.h	2022-02-08 11:33:30 UTC (rev 289362)
+++ trunk/Source/WebCore/workers/shared/SharedWorkerObjectConnection.h	2022-02-08 11:53:14 UTC (rev 289363)
@@ -34,6 +34,7 @@
 namespace WebCore {
 
 class MessagePort;
+class ResourceError;
 class SharedWorkerScriptLoader;
 
 struct SharedWorkerKey;

Modified: trunk/Source/WebKit/ChangeLog (289362 => 289363)


--- trunk/Source/WebKit/ChangeLog	2022-02-08 11:33:30 UTC (rev 289362)
+++ trunk/Source/WebKit/ChangeLog	2022-02-08 11:53:14 UTC (rev 289363)
@@ -1,3 +1,13 @@
+2022-02-08  Kimmo Kinnunen  <[email protected]>
+
+        Adding new files fails to compile after SharedWorkerObjectConnection.h changes
+        https://bugs.webkit.org/show_bug.cgi?id=236294
+
+        Add forward declarations and includes.
+        Unreviewed build fix.
+
+        * NetworkProcess/SharedWorker/WebSharedWorkerServerConnection.h:
+
 2022-02-08  Youenn Fablet  <[email protected]>
 
         MediaSampleAVFObjC::createImageSample should take a presentationTime as parameter

Modified: trunk/Source/WebKit/NetworkProcess/SharedWorker/WebSharedWorkerServerConnection.h (289362 => 289363)


--- trunk/Source/WebKit/NetworkProcess/SharedWorker/WebSharedWorkerServerConnection.h	2022-02-08 11:33:30 UTC (rev 289362)
+++ trunk/Source/WebKit/NetworkProcess/SharedWorker/WebSharedWorkerServerConnection.h	2022-02-08 11:53:14 UTC (rev 289363)
@@ -29,6 +29,7 @@
 #include "MessageSender.h"
 #include <WebCore/ProcessIdentifier.h>
 #include <WebCore/SharedWorkerObjectIdentifier.h>
+#include <pal/SessionID.h>
 
 namespace WebCore {
 struct WorkerFetchResult;
@@ -38,6 +39,7 @@
 namespace WebKit {
 
 class NetworkProcess;
+class NetworkSession;
 class WebSharedWorker;
 class WebSharedWorkerServer;
 class WebSharedWorkerServerToContextConnection;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to