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).
Created attachment 249471 [details] Patch
Comment on attachment 249471 [details] Patch Clearing flags on attachment: 249471 Committed r182011: <http://trac.webkit.org/changeset/182011>
All reviewed patches have been landed. Closing bug.