Title: [289945] trunk/Source/WebKit
Revision
289945
Author
[email protected]
Date
2022-02-16 12:26:05 -0800 (Wed, 16 Feb 2022)

Log Message

[PlayStation] Build fix after r289872
https://bugs.webkit.org/show_bug.cgi?id=236716

Unreviewed build fix

Add Webcore/Frame.h to include set


* WebProcess/Geolocation/WebGeolocationManager.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (289944 => 289945)


--- trunk/Source/WebKit/ChangeLog	2022-02-16 20:23:41 UTC (rev 289944)
+++ trunk/Source/WebKit/ChangeLog	2022-02-16 20:26:05 UTC (rev 289945)
@@ -1,3 +1,14 @@
+2022-02-16  Stephan Szabo  <[email protected]>
+
+        [PlayStation] Build fix after r289872
+        https://bugs.webkit.org/show_bug.cgi?id=236716
+
+        Unreviewed build fix
+
+        Add Webcore/Frame.h to include set
+
+        * WebProcess/Geolocation/WebGeolocationManager.cpp:
+
 2022-02-16  Per Arne Vollan  <[email protected]>
 
         [macOS] Add access to mach service in the Networking process for all users

Modified: trunk/Source/WebKit/WebProcess/Geolocation/WebGeolocationManager.cpp (289944 => 289945)


--- trunk/Source/WebKit/WebProcess/Geolocation/WebGeolocationManager.cpp	2022-02-16 20:23:41 UTC (rev 289944)
+++ trunk/Source/WebKit/WebProcess/Geolocation/WebGeolocationManager.cpp	2022-02-16 20:26:05 UTC (rev 289945)
@@ -30,6 +30,7 @@
 #include "WebGeolocationManagerProxyMessages.h"
 #include "WebPage.h"
 #include "WebProcess.h"
+#include <WebCore/Frame.h>
 #include <WebCore/Geolocation.h>
 #include <WebCore/GeolocationController.h>
 #include <WebCore/GeolocationError.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to