Bug 152724 - Use unique_ptr for NetworkDataTasks and references for NetworkSessionTaskClients
Summary: Use unique_ptr for NetworkDataTasks and references for NetworkSessionTaskClients
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-04 18:17 PST by Alex Christensen
Modified: 2016-01-04 18:26 PST (History)
0 users

See Also:


Attachments
Patch (13.38 KB, patch)
2016-01-04 18:18 PST, Alex Christensen
aestes: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2016-01-04 18:17:13 PST
Use unique_ptr for NetworkDataTasks and references for NetworkSessionTaskClients
Comment 1 Alex Christensen 2016-01-04 18:18:42 PST
Created attachment 268255 [details]
Patch
Comment 2 Andy Estes 2016-01-04 18:24:06 PST
Comment on attachment 268255 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=268255&action=review

> Source/WebKit2/ChangeLog:9
> +        NetworkSessionTaskClients& just so we can clear it in the destructor.

Typo: NetworkSessionTaskClients
Comment 3 Alex Christensen 2016-01-04 18:26:15 PST
r194570