Title: [271468] trunk/Source/WTF
Revision
271468
Author
mmaxfi...@apple.com
Date
2021-01-13 15:20:21 -0800 (Wed, 13 Jan 2021)

Log Message

Delete sexist comment
https://bugs.webkit.org/show_bug.cgi?id=220603

Reviewed by Alex Christensen.

* wtf/StdLibExtras.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (271467 => 271468)


--- trunk/Source/WTF/ChangeLog	2021-01-13 23:19:23 UTC (rev 271467)
+++ trunk/Source/WTF/ChangeLog	2021-01-13 23:20:21 UTC (rev 271468)
@@ -1,3 +1,12 @@
+2021-01-13  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Delete sexist comment
+        https://bugs.webkit.org/show_bug.cgi?id=220603
+
+        Reviewed by Alex Christensen.
+
+        * wtf/StdLibExtras.h:
+
 2021-01-11  Kimmo Kinnunen  <kkinnu...@apple.com>
 
         WebKit::IPC::Encoder needs definitions of all custom enum values at the Encoder definition time

Modified: trunk/Source/WTF/wtf/StdLibExtras.h (271467 => 271468)


--- trunk/Source/WTF/wtf/StdLibExtras.h	2021-01-13 23:19:23 UTC (rev 271467)
+++ trunk/Source/WTF/wtf/StdLibExtras.h	2021-01-13 23:20:21 UTC (rev 271468)
@@ -127,9 +127,6 @@
     return !((uintptr_t)(p) & (sizeof(double) - 1));
 }
 
-/*
- * C++'s idea of a reinterpret_cast lacks sufficient cojones.
- */
 template<typename ToType, typename FromType>
 inline ToType bitwise_cast(FromType from)
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to