Bug 120255 - RetainPtr lacks move constructor for case when argument is a RetainPtr of a different type
Summary: RetainPtr lacks move constructor for case when argument is a RetainPtr of a d...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-24 15:40 PDT by Darin Adler
Modified: 2013-08-24 16:39 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.60 KB, patch)
2013-08-24 16:35 PDT, Darin Adler
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2013-08-24 15:40:35 PDT
RetainPtr need move constructor for case when argument is a RetainPtr of a different type
Comment 1 Darin Adler 2013-08-24 16:35:28 PDT
Created attachment 209561 [details]
Patch
Comment 2 Darin Adler 2013-08-24 16:39:44 PDT
Committed r154555: <http://trac.webkit.org/changeset/154555>