Bug 143079

Summary: [WK2] Let the compiler generate the NetworkCache::Key move constructor
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.