Title: [292020] trunk/Source/WebCore
Revision
292020
Author
lmo...@igalia.com
Date
2022-03-28 19:04:25 -0700 (Mon, 28 Mar 2022)

Log Message

Unreviewed, non-unified buildfix after 248938@main
https://bugs.webkit.org/show_bug.cgi?id=238478


* workers/service/server/SWServerToContextConnection.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (292019 => 292020)


--- trunk/Source/WebCore/ChangeLog	2022-03-29 01:20:34 UTC (rev 292019)
+++ trunk/Source/WebCore/ChangeLog	2022-03-29 02:04:25 UTC (rev 292020)
@@ -1,3 +1,10 @@
+2022-03-28  Lauro Moura  <lmo...@igalia.com>
+
+        Unreviewed, non-unified buildfix after 248938@main
+        https://bugs.webkit.org/show_bug.cgi?id=238478
+
+        * workers/service/server/SWServerToContextConnection.h:
+
 2022-03-28  Nikolaos Mouchtaris  <nmouchta...@apple.com>
 
         Clamp degenerate calc() values for <angle>

Modified: trunk/Source/WebCore/workers/service/server/SWServerToContextConnection.h (292019 => 292020)


--- trunk/Source/WebCore/workers/service/server/SWServerToContextConnection.h	2022-03-29 01:20:34 UTC (rev 292019)
+++ trunk/Source/WebCore/workers/service/server/SWServerToContextConnection.h	2022-03-29 02:04:25 UTC (rev 292020)
@@ -28,6 +28,7 @@
 #if ENABLE(SERVICE_WORKER)
 
 #include "ExceptionData.h"
+#include "PageIdentifier.h"
 #include "RegistrableDomain.h"
 #include "ScriptExecutionContextIdentifier.h"
 #include "ServiceWorkerClientQueryOptions.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to