Bug 44386

Summary: Remove specialized retain/release functions in favor of a single on for WKTypeRefs
Product: WebKit Reporter: Sam Weinig <sam>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Description Sam Weinig 2010-08-21 18:43:50 PDT
Remove specialized retain/release functions (e.g. WKPageRetain/WKPageRelease) in favor of one for all WKTypeRefs (WKRetain/WKRelease).
Comment 1 Sam Weinig 2010-08-21 18:46:56 PDT
Created attachment 65039 [details]
Patch
Comment 2 mitz 2010-08-21 18:55:37 PDT
Comment on attachment 65039 [details]
Patch

> +        Remove specialized retain/release functions in favor of a single on for WKTypeRefs

Typo: “on”.
Comment 3 Sam Weinig 2010-08-21 18:58:53 PDT
Landed in r65780.