Bug 158046 - Update constructRevalidationRequest() to stop returning a unique_ptr<ResourceRequest>
Summary: Update constructRevalidationRequest() to stop returning a unique_ptr<Resource...
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-05-24 16:35 PDT by Chris Dumez
Modified: 2016-05-25 03:58 PDT (History)
3 users (show)

See Also:


Attachments
Patch (8.15 KB, patch)
2016-05-24 16: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-05-24 16:35:56 PDT
Update constructRevalidationRequest() to stop returning a unique_ptr<ResourceRequest> and to return a ResourceRequest instead. There is no reason for it to return a pointer.
Comment 1 Chris Dumez 2016-05-24 16:37:29 PDT
Created attachment 279721 [details]
Patch
Comment 2 WebKit Commit Bot 2016-05-25 03:57:58 PDT
Comment on attachment 279721 [details]
Patch

Clearing flags on attachment: 279721

Committed r201376: <http://trac.webkit.org/changeset/201376>
Comment 3 WebKit Commit Bot 2016-05-25 03:58:02 PDT
All reviewed patches have been landed.  Closing bug.