[Webkit-unassigned] [Bug 103259] Numeric identifiers of events are not guaranteed to be unique

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 27 19:45:56 PST 2012


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





--- Comment #4 from Cosmin Truta <ctruta at gmail.com>  2012-11-27 19:48:08 PST ---
(In reply to comment #3)
> Won't this add() call overwrite an entry in m_idToNotifierMap on collision?

The original call (m_timeouts.set) used to. The new one (m_timeouts.add) does not.
That is, essentially, the difference between HashMap::set and HashMap::add.

-- 
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