Title: [291470] trunk/Source/WebCore
Revision
291470
Author
dp...@igalia.com
Date
2022-03-18 01:10:45 -0700 (Fri, 18 Mar 2022)

Log Message

Unreviewed, fix non-unified build after r291467

* workers/service/context/ServiceWorkerInspectorProxy.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (291469 => 291470)


--- trunk/Source/WebCore/ChangeLog	2022-03-18 07:52:30 UTC (rev 291469)
+++ trunk/Source/WebCore/ChangeLog	2022-03-18 08:10:45 UTC (rev 291470)
@@ -1,3 +1,9 @@
+2022-03-18  Diego Pino Garcia  <dp...@igalia.com>
+
+        Unreviewed, fix non-unified build after r291467
+
+        * workers/service/context/ServiceWorkerInspectorProxy.cpp:
+
 2022-03-18  Youenn Fablet  <you...@apple.com>
 
         Remove MediaSample usage from canvas capture code

Modified: trunk/Source/WebCore/workers/service/context/ServiceWorkerInspectorProxy.cpp (291469 => 291470)


--- trunk/Source/WebCore/workers/service/context/ServiceWorkerInspectorProxy.cpp	2022-03-18 07:52:30 UTC (rev 291469)
+++ trunk/Source/WebCore/workers/service/context/ServiceWorkerInspectorProxy.cpp	2022-03-18 08:10:45 UTC (rev 291470)
@@ -28,6 +28,7 @@
 
 #if ENABLE(SERVICE_WORKER)
 
+#include "SWContextManager.h"
 #include "ScriptExecutionContext.h"
 #include "ServiceWorkerGlobalScope.h"
 #include "ServiceWorkerThreadProxy.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to