[Webkit-unassigned] [Bug 43342] AtomicStringHash does not work with null atomic string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 06:13:47 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43342


Benjamin Poulain <benjamin.poulain at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #63208|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from Benjamin Poulain <benjamin.poulain at nokia.com>  2010-08-02 06:13:47 PST ---
Created an attachment (id=63208)
 --> (https://bugs.webkit.org/attachment.cgi?id=63208)
Use the pointer to the implementation as the hash value of AtomicString.

We know the point is unique by the definition of AtomicString, which makes it a good candidate for a hash key.

This makes AtomicStringHash works with null key, which is safer in my opinion. :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list