Title: [291305] trunk/Source/WTF
Revision
291305
Author
[email protected]
Date
2022-03-15 11:47:49 -0700 (Tue, 15 Mar 2022)

Log Message

Unreviewed, CMake Debug build fix attempt after 248407@main

* wtf/CMakeLists.txt: Include StackCheck source unit.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (291304 => 291305)


--- trunk/Source/WTF/ChangeLog	2022-03-15 17:39:30 UTC (rev 291304)
+++ trunk/Source/WTF/ChangeLog	2022-03-15 18:47:49 UTC (rev 291305)
@@ -1,3 +1,9 @@
+2022-03-15  Philippe Normand  <[email protected]>
+
+        Unreviewed, CMake Debug build fix attempt after 248407@main
+
+        * wtf/CMakeLists.txt: Include StackCheck source unit.
+
 2022-03-15  Aditya Keerthi  <[email protected]>
 
         [iOS] Indefinite hang when printing using a UIPrintPageRenderer

Modified: trunk/Source/WTF/wtf/CMakeLists.txt (291304 => 291305)


--- trunk/Source/WTF/wtf/CMakeLists.txt	2022-03-15 17:39:30 UTC (rev 291304)
+++ trunk/Source/WTF/wtf/CMakeLists.txt	2022-03-15 18:47:49 UTC (rev 291305)
@@ -471,6 +471,7 @@
     SixCharacterHash.cpp
     SmallSet.cpp
     StackBounds.cpp
+    StackCheck.cpp
     StackPointer.cpp
     StackStats.cpp
     StackTrace.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to