Title: [283317] trunk/Source/WTF
Revision
283317
Author
da...@apple.com
Date
2021-09-30 10:09:18 -0700 (Thu, 30 Sep 2021)

Log Message

Add StdLibExtras.h include to a file that uses bitwise_cast without including it
https://bugs.webkit.org/show_bug.cgi?id=231027

Reviewed by Yusuke Suzuki.

* wtf/RawPtrTraits.h: Include StdLibExtras.h.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (283316 => 283317)


--- trunk/Source/WTF/ChangeLog	2021-09-30 16:22:01 UTC (rev 283316)
+++ trunk/Source/WTF/ChangeLog	2021-09-30 17:09:18 UTC (rev 283317)
@@ -1,3 +1,12 @@
+2021-09-30  Darin Adler  <da...@apple.com>
+
+        Add StdLibExtras.h include to a file that uses bitwise_cast without including it
+        https://bugs.webkit.org/show_bug.cgi?id=231027
+
+        Reviewed by Yusuke Suzuki.
+
+        * wtf/RawPtrTraits.h: Include StdLibExtras.h.
+
 2021-09-29  Fujii Hironori  <hironori.fu...@sony.com>
 
         [WinCairo] REGRESSION(r280726): registry keys enabling GPU process mode don't work

Modified: trunk/Source/WTF/wtf/RawPtrTraits.h (283316 => 283317)


--- trunk/Source/WTF/wtf/RawPtrTraits.h	2021-09-30 16:22:01 UTC (rev 283316)
+++ trunk/Source/WTF/wtf/RawPtrTraits.h	2021-09-30 17:09:18 UTC (rev 283317)
@@ -27,6 +27,7 @@
 
 #include <cstdint>
 #include <utility>
+#include <wtf/StdLibExtras.h>
 
 namespace WTF {
     
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to