Bug 122003 - Use the move assignment operator when reinserting values in the hash map
Summary: Use the move assignment operator when reinserting values in the hash map
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-26 18:46 PDT by Anders Carlsson
Modified: 2013-09-26 18:52 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.23 KB, patch)
2013-09-26 18:47 PDT, Anders Carlsson
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-09-26 18:46:16 PDT
Use the move assignment operator when reinserting values in the hash map
Comment 1 Anders Carlsson 2013-09-26 18:47:28 PDT
Created attachment 212783 [details]
Patch
Comment 2 Anders Carlsson 2013-09-26 18:52:36 PDT
Committed r156524: <http://trac.webkit.org/changeset/156524>