Title: [229532] trunk
Revision
229532
Author
[email protected]
Date
2018-03-12 06:50:36 -0700 (Mon, 12 Mar 2018)

Log Message

Unreviewed. Unbreak the WPE layout testing that's been broken since
r229470. Due to disassociation between ENABLE(ACCESSIBILITY) and
HAVE(ACCESSIBILITY), the injected bundle for the WPE port was left with
undefined symbols. This is fixed with ENABLE_ACCESSIBILITY being enabled
for the WPE port as well.

* Source/cmake/OptionsWPE.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (229531 => 229532)


--- trunk/ChangeLog	2018-03-12 13:48:01 UTC (rev 229531)
+++ trunk/ChangeLog	2018-03-12 13:50:36 UTC (rev 229532)
@@ -1,3 +1,13 @@
+2018-03-12  Zan Dobersek  <[email protected]>
+
+        Unreviewed. Unbreak the WPE layout testing that's been broken since
+        r229470. Due to disassociation between ENABLE(ACCESSIBILITY) and
+        HAVE(ACCESSIBILITY), the injected bundle for the WPE port was left with
+        undefined symbols. This is fixed with ENABLE_ACCESSIBILITY being enabled
+        for the WPE port as well.
+
+        * Source/cmake/OptionsWPE.cmake:
+
 2018-03-12  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Fix library version of _javascript_CoreGTK.

Modified: trunk/Source/cmake/OptionsWPE.cmake (229531 => 229532)


--- trunk/Source/cmake/OptionsWPE.cmake	2018-03-12 13:48:01 UTC (rev 229531)
+++ trunk/Source/cmake/OptionsWPE.cmake	2018-03-12 13:50:36 UTC (rev 229532)
@@ -24,6 +24,7 @@
 # Private options shared with other WebKit ports. Add options here only if
 # we need a value different from the default defined in WebKitFeatures.cmake.
 # Changing these options is completely unsupported.
+WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ACCESSIBILITY PRIVATE ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FULLSCREEN_API PRIVATE OFF)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_GEOLOCATION PRIVATE OFF)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_MHTML PRIVATE ON)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to