Bug 120141 - Really make RetainPtr work with Objective-C ARC
Summary: Really make RetainPtr work with Objective-C ARC
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: Mark Rowe (bdash)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-21 16:22 PDT by Mark Rowe (bdash)
Modified: 2014-01-05 00:26 PST (History)
2 users (show)

See Also:


Attachments
Patch v1 (10.78 KB, patch)
2013-08-21 16:22 PDT, Mark Rowe (bdash)
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Rowe (bdash) 2013-08-21 16:22:11 PDT
Created attachment 209312 [details]
Patch v1

The previous attempt worked in simple cases, but failed in more complex ones. A new approach is needed.
Comment 1 Mark Rowe (bdash) 2013-08-21 16:22:56 PDT
A precursor to this patch will be rolling out the previous attempt from r153637.
Comment 2 Mark Rowe (bdash) 2014-01-05 00:26:39 PST
This was landed back in r154538.