Title: [277015] trunk
Revision
277015
Author
[email protected]
Date
2021-05-05 06:39:11 -0700 (Wed, 05 May 2021)

Log Message

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: trunk/ChangeLog (277014 => 277015)


--- trunk/ChangeLog	2021-05-05 13:24:52 UTC (rev 277014)
+++ trunk/ChangeLog	2021-05-05 13:39:11 UTC (rev 277015)
@@ -1,5 +1,16 @@
 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-05-05  Michael Catanzaro  <[email protected]>
+
         Fix typo in comment in WebKitFeatures.cmake
         https://bugs.webkit.org/show_bug.cgi?id=225392
 

Modified: trunk/Source/cmake/WebKitFeatures.cmake (277014 => 277015)


--- trunk/Source/cmake/WebKitFeatures.cmake	2021-05-05 13:24:52 UTC (rev 277014)
+++ trunk/Source/cmake/WebKitFeatures.cmake	2021-05-05 13:39:11 UTC (rev 277015)
@@ -451,3 +451,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

Reply via email to