⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 271468 in webkit


Ignore:
Timestamp:
Jan 13, 2021, 3:20:21 PM (6 years ago)
Author:
mmaxfield@apple.com
Message:

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

Reviewed by Alex Christensen.

  • wtf/StdLibExtras.h:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r271358 r271468  
     12021-01-13  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Delete sexist comment
     4        https://bugs.webkit.org/show_bug.cgi?id=220603
     5
     6        Reviewed by Alex Christensen.
     7
     8        * wtf/StdLibExtras.h:
     9
    1102021-01-11  Kimmo Kinnunen  <kkinnunen@apple.com>
    211
  • trunk/Source/WTF/wtf/StdLibExtras.h

    r264277 r271468  
    128128}
    129129
    130 /*
    131  * C++'s idea of a reinterpret_cast lacks sufficient cojones.
    132  */
    133130template<typename ToType, typename FromType>
    134131inline ToType bitwise_cast(FromType from)
Note: See TracChangeset for help on using the changeset viewer.