Title: [279086] trunk/Source/WebKit
Revision
279086
Author
[email protected]
Date
2021-06-21 15:14:50 -0700 (Mon, 21 Jun 2021)

Log Message

Fix Apple internal build

Rubber-stamped by Megan Gardner.

* UIProcess/WebPageProxy.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (279085 => 279086)


--- trunk/Source/WebKit/ChangeLog	2021-06-21 21:42:01 UTC (rev 279085)
+++ trunk/Source/WebKit/ChangeLog	2021-06-21 22:14:50 UTC (rev 279086)
@@ -1,3 +1,11 @@
+2021-06-21  Myles C. Maxfield  <[email protected]>
+
+        Fix Apple internal build
+
+        Rubber-stamped by Megan Gardner.
+
+        * UIProcess/WebPageProxy.cpp:
+
 2021-06-21  Fujii Hironori  <[email protected]>
 
         [WinCairo] Turn ENABLE_SHAREABLE_RESOURCE on

Modified: trunk/Source/WebKit/UIProcess/WebPageProxy.cpp (279085 => 279086)


--- trunk/Source/WebKit/UIProcess/WebPageProxy.cpp	2021-06-21 21:42:01 UTC (rev 279085)
+++ trunk/Source/WebKit/UIProcess/WebPageProxy.cpp	2021-06-21 22:14:50 UTC (rev 279086)
@@ -302,7 +302,7 @@
 #include "RemoteMediaSessionCoordinatorProxy.h"
 
 #if ENABLE(APP_HIGHLIGHTS)
-#include "HighlightVisibility.h"
+#include <WebCore/HighlightVisibility.h>
 #endif
 
 #if USE(APPLE_INTERNAL_SDK)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to