Title: [290370] trunk/Source/WebKit
Revision
290370
Author
commit-qu...@webkit.org
Date
2022-02-23 06:59:57 -0800 (Wed, 23 Feb 2022)

Log Message

[GLib] Add missing WebPage.h inclusion in WebProcessGLib.cpp
https://bugs.webkit.org/show_bug.cgi?id=237081

Unreviewed, adding the WebPage.h header inclusion in WebProcessGLib.cpp
to avoid incomplete-type errors for the WebPage class under a certain
combination of unified sources.

Patch by Zan Dobersek <zdober...@igalia.com> on 2022-02-23

* WebProcess/glib/WebProcessGLib.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (290369 => 290370)


--- trunk/Source/WebKit/ChangeLog	2022-02-23 14:01:56 UTC (rev 290369)
+++ trunk/Source/WebKit/ChangeLog	2022-02-23 14:59:57 UTC (rev 290370)
@@ -1,3 +1,14 @@
+2022-02-23  Zan Dobersek  <zdober...@igalia.com>
+
+        [GLib] Add missing WebPage.h inclusion in WebProcessGLib.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=237081
+
+        Unreviewed, adding the WebPage.h header inclusion in WebProcessGLib.cpp
+        to avoid incomplete-type errors for the WebPage class under a certain
+        combination of unified sources.
+
+        * WebProcess/glib/WebProcessGLib.cpp:
+
 2022-02-23  Youenn Fablet  <you...@apple.com>
 
         RemoteVideoFrameObjectHeap::getVideoFrameBuffer can use base class pixelBuffer accessor

Modified: trunk/Source/WebKit/WebProcess/glib/WebProcessGLib.cpp (290369 => 290370)


--- trunk/Source/WebKit/WebProcess/glib/WebProcessGLib.cpp	2022-02-23 14:01:56 UTC (rev 290369)
+++ trunk/Source/WebKit/WebProcess/glib/WebProcessGLib.cpp	2022-02-23 14:59:57 UTC (rev 290370)
@@ -29,6 +29,7 @@
 
 #include "WebKitExtensionManager.h"
 #include "WebKitWebExtensionPrivate.h"
+#include "WebPage.h"
 #include "WebProcessCreationParameters.h"
 
 #if USE(GSTREAMER)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to