RESOLVED FIXED 158092
Use HashMap::add() instead of HashMap::set() in Node::ensureEventTargetData()
https://bugs.webkit.org/show_bug.cgi?id=158092
Summary Use HashMap::add() instead of HashMap::set() in Node::ensureEventTargetData()
Chris Dumez
Reported 2016-05-25 14:37:37 PDT
Use HashMap::add() instead of HashMap::set() in Node::ensureEventTargetData() as we already checked that the key is not present in the HashMap.
Attachments
Patch (1.43 KB, patch)
2016-05-25 14:38 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-05-25 14:38:28 PDT
WebKit Commit Bot
Comment 2 2016-05-25 16:33:51 PDT
Comment on attachment 279817 [details] Patch Clearing flags on attachment: 279817 Committed r201410: <http://trac.webkit.org/changeset/201410>
WebKit Commit Bot
Comment 3 2016-05-25 16:33:57 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.