WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
143079
[WK2] Let the compiler generate the NetworkCache::Key move constructor
https://bugs.webkit.org/show_bug.cgi?id=143079
Summary
[WK2] Let the compiler generate the NetworkCache::Key move constructor
Chris Dumez
Reported
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).
Attachments
Patch
(2.63 KB, patch)
2015-03-25 21:47 PDT
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2015-03-25 21:47:15 PDT
Created
attachment 249471
[details]
Patch
WebKit Commit Bot
Comment 2
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
>
WebKit Commit Bot
Comment 3
2015-03-26 09:24:54 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.
Top of Page
Format For Printing
XML
Clone This Bug