Title: [277021] releases/WebKitGTK/webkit-2.32
- Revision
- 277021
- Author
- [email protected]
- Date
- 2021-05-05 09:18:28 -0700 (Wed, 05 May 2021)
Log Message
Merge r277015 - USE_64KB_PAGE_BLOCK build option is broken
https://bugs.webkit.org/show_bug.cgi?id=225393
Patch by Michael Catanzaro <[email protected]> on 2021-05-05
Reviewed by Adrian Perez de Castro.
Call SET_AND_EXPOSE_TO_BUILD().
* Source/cmake/WebKitFeatures.cmake:
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.32/ChangeLog (277020 => 277021)
--- releases/WebKitGTK/webkit-2.32/ChangeLog 2021-05-05 15:07:05 UTC (rev 277020)
+++ releases/WebKitGTK/webkit-2.32/ChangeLog 2021-05-05 16:18:28 UTC (rev 277021)
@@ -1,3 +1,14 @@
+2021-05-05 Michael Catanzaro <[email protected]>
+
+ USE_64KB_PAGE_BLOCK build option is broken
+ https://bugs.webkit.org/show_bug.cgi?id=225393
+
+ Reviewed by Adrian Perez de Castro.
+
+ Call SET_AND_EXPOSE_TO_BUILD().
+
+ * Source/cmake/WebKitFeatures.cmake:
+
2021-04-22 Carlos Garcia Campos <[email protected]>
[GTK][WPE] Bump libsoup3 version to 2.99.4
Modified: releases/WebKitGTK/webkit-2.32/Source/cmake/WebKitFeatures.cmake (277020 => 277021)
--- releases/WebKitGTK/webkit-2.32/Source/cmake/WebKitFeatures.cmake 2021-05-05 15:07:05 UTC (rev 277020)
+++ releases/WebKitGTK/webkit-2.32/Source/cmake/WebKitFeatures.cmake 2021-05-05 16:18:28 UTC (rev 277021)
@@ -454,3 +454,5 @@
option(ENABLE_EXPERIMENTAL_FEATURES "Enable experimental features" OFF)
SET_AND_EXPOSE_TO_BUILD(ENABLE_EXPERIMENTAL_FEATURES ${ENABLE_EXPERIMENTAL_FEATURES})
+
+SET_AND_EXPOSE_TO_BUILD(USE_64KB_PAGE_BLOCK ${USE_64KB_PAGE_BLOCK})
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes