[webkit-reviews] review granted: [Bug 234571] Add WTF::UUID class which is natively a 128-bit integer : [Attachment 447883] v3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 23 11:00:33 PST 2021


Alex Christensen <achristensen at apple.com> has granted Brady Eidson
<beidson at apple.com>'s request for review:
Bug 234571: Add WTF::UUID class which is natively a 128-bit integer
https://bugs.webkit.org/show_bug.cgi?id=234571

Attachment 447883: v3

https://bugs.webkit.org/attachment.cgi?id=447883&action=review




--- Comment #5 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 447883
  --> https://bugs.webkit.org/attachment.cgi?id=447883
v3

View in context: https://bugs.webkit.org/attachment.cgi?id=447883&action=review

> Source/WTF/wtf/UUID.cpp:57
> +    return StringHasher::hashMemory(numbers, 16);

Can't we just call this on &m_data?


More information about the webkit-reviews mailing list