Bug 73449 - RetainPtr's move assignment operators don't modify the pointer being assigned to
Summary: RetainPtr's move assignment operators don't modify the pointer being assigned to
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-30 08:13 PST by Adam Roben (:aroben)
Modified: 2011-11-30 08:39 PST (History)
2 users (show)

See Also:


Attachments
Fix RetainPtr's move assignment operators (1.69 KB, patch)
2011-11-30 08:14 PST, Adam Roben (:aroben)
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>