Bug 120255

Summary: RetainPtr lacks move constructor for case when argument is a RetainPtr of a different type
Product: WebKit Reporter: Darin Adler <darin>
Component: Web Template FrameworkAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, benjamin, cmarcelo, commit-queue, jberlin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

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>