Bug 73449

Summary: RetainPtr's move assignment operators don't modify the pointer being assigned to
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: OS X 10.7   
Attachments:
Description Flags
Fix RetainPtr's move assignment operators andersca: review+

Description Adam Roben (:aroben) 2011-11-30 08:13:24 PST
RetainPtr's move assignment operators don't modify the pointer being assigned to!
Comment 1 Adam Roben (:aroben) 2011-11-30 08:14:37 PST
Created attachment 117197 [details]
Fix RetainPtr's move assignment operators
Comment 2 Anders Carlsson 2011-11-30 08:32:30 PST
Comment on attachment 117197 [details]
Fix RetainPtr's move assignment operators

It's so embarrassing that I didn't catch this in my initial review!
Comment 3 Adam Roben (:aroben) 2011-11-30 08:39:22 PST
Committed r101521: <http://trac.webkit.org/changeset/101521>