Bug 121973 - Change a couple of HashMap value types from OwnPtr to std::unique_ptr
Summary: Change a couple of HashMap value types from OwnPtr to std::unique_ptr
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-26 13:33 PDT by Anders Carlsson
Modified: 2013-09-26 13:43 PDT (History)
3 users (show)

See Also:


Attachments
Patch (19.08 KB, patch)
2013-09-26 13:34 PDT, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-09-26 13:33:02 PDT
Change a couple of HashMap value types from OwnPtr to std::unique_ptr
Comment 1 Anders Carlsson 2013-09-26 13:34:58 PDT
Created attachment 212739 [details]
Patch
Comment 2 Anders Carlsson 2013-09-26 13:43:02 PDT
Committed r156492: <http://trac.webkit.org/changeset/156492>