Bug 143079 - [WK2] Let the compiler generate the NetworkCache::Key move constructor
Summary: [WK2] Let the compiler generate the NetworkCache::Key move constructor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-25 21:42 PDT by Chris Dumez
Modified: 2015-03-26 09:24 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.63 KB, patch)
2015-03-25 21:47 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2015-03-25 21:42:28 PDT
Let the compiler generate the NetworkCache::Key move constructor. The generated one will do exactly the same thing as the one we currently have, except that it will move the m_hash member as well. I don't see any reason why we weren't moving that member before (it is an std::array so it seems like we would want to move it).
Comment 1 Chris Dumez 2015-03-25 21:47:15 PDT
Created attachment 249471 [details]
Patch
Comment 2 WebKit Commit Bot 2015-03-26 09:24:49 PDT
Comment on attachment 249471 [details]
Patch

Clearing flags on attachment: 249471

Committed r182011: <http://trac.webkit.org/changeset/182011>
Comment 3 WebKit Commit Bot 2015-03-26 09:24:54 PDT
All reviewed patches have been landed.  Closing bug.