Title: [245884] trunk/Source/WebKit
Revision
245884
Author
[email protected]
Date
2019-05-30 07:52:00 -0700 (Thu, 30 May 2019)

Log Message

Unreviewed, WPE without a11y support build fix.

* UIProcess/wpe/WebPageProxyWPE.cpp: Include atk headers only when enabled.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (245883 => 245884)


--- trunk/Source/WebKit/ChangeLog	2019-05-30 03:41:13 UTC (rev 245883)
+++ trunk/Source/WebKit/ChangeLog	2019-05-30 14:52:00 UTC (rev 245884)
@@ -1,3 +1,9 @@
+2019-05-30  Philippe Normand  <[email protected]>
+
+        Unreviewed, WPE without a11y support build fix.
+
+        * UIProcess/wpe/WebPageProxyWPE.cpp: Include atk headers only when enabled.
+
 2019-05-29  Wenson Hsieh  <[email protected]>
 
         Remove some logic to suppress the text selection assistant during drop

Modified: trunk/Source/WebKit/UIProcess/wpe/WebPageProxyWPE.cpp (245883 => 245884)


--- trunk/Source/WebKit/UIProcess/wpe/WebPageProxyWPE.cpp	2019-05-30 03:41:13 UTC (rev 245883)
+++ trunk/Source/WebKit/UIProcess/wpe/WebPageProxyWPE.cpp	2019-05-30 14:52:00 UTC (rev 245884)
@@ -30,7 +30,10 @@
 #include "WebsiteDataStore.h"
 #include <WebCore/NotImplemented.h>
 #include <WebCore/UserAgent.h>
+
+#if USE(ATK)
 #include <atk/atk.h>
+#endif
 
 namespace WebKit {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to