Title: [289708] trunk/Source/WebCore
Revision
289708
Author
[email protected]
Date
2022-02-13 06:39:59 -0800 (Sun, 13 Feb 2022)

Log Message

Unreviewed, fix build when ATSPI is disabled

* platform/graphics/PlatformDisplay.cpp: The ATK code also makes use of GUniqueOutPtr, so
include the corresponding header.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (289707 => 289708)


--- trunk/Source/WebCore/ChangeLog	2022-02-13 14:38:31 UTC (rev 289707)
+++ trunk/Source/WebCore/ChangeLog	2022-02-13 14:39:59 UTC (rev 289708)
@@ -1,3 +1,10 @@
+2022-02-13  Philippe Normand  <[email protected]>
+
+        Unreviewed, fix build when ATSPI is disabled
+
+        * platform/graphics/PlatformDisplay.cpp: The ATK code also makes use of GUniqueOutPtr, so
+        include the corresponding header.
+
 2022-02-13  Alan Bujtas  <[email protected]>
 
         [LFC][Integration] Take writing mode value into account setting vertical margin

Modified: trunk/Source/WebCore/platform/graphics/PlatformDisplay.cpp (289707 => 289708)


--- trunk/Source/WebCore/platform/graphics/PlatformDisplay.cpp	2022-02-13 14:38:31 UTC (rev 289707)
+++ trunk/Source/WebCore/platform/graphics/PlatformDisplay.cpp	2022-02-13 14:39:59 UTC (rev 289708)
@@ -80,7 +80,7 @@
 #include <wtf/NeverDestroyed.h>
 #endif
 
-#if USE(ATSPI)
+#if USE(ATSPI) || USE(ATK)
 #include <wtf/glib/GUniquePtr.h>
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to