Bug 158745 - Add missing WTFMove() in NetworkResourceLoader::didReceiveResponse()
Summary: Add missing WTFMove() in NetworkResourceLoader::didReceiveResponse()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-14 11:36 PDT by Chris Dumez
Modified: 2016-06-14 18:29 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.82 KB, patch)
2016-06-14 11:37 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 2016-06-14 11:36:56 PDT
Add missing WTFMove() in NetworkResourceLoader::didReceiveResponse() to avoid copying the ResourceResponse.
Comment 1 Chris Dumez 2016-06-14 11:37:45 PDT
Created attachment 281269 [details]
Patch
Comment 2 Chris Dumez 2016-06-14 18:29:26 PDT
Comment on attachment 281269 [details]
Patch

Clearing flags on attachment: 281269

Committed r202077: <http://trac.webkit.org/changeset/202077>
Comment 3 Chris Dumez 2016-06-14 18:29:31 PDT
All reviewed patches have been landed.  Closing bug.