Bug 158092

Summary: Use HashMap::add() instead of HashMap::set() in Node::ensureEventTargetData()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, darin, esprehn+autocc, kangil.han, koivisto, rniwa
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.