Bug 44386 - Remove specialized retain/release functions in favor of a single on for WKTypeRefs
Summary: Remove specialized retain/release functions in favor of a single on for WKTyp...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-21 18:43 PDT by Sam Weinig
Modified: 2010-08-21 18:58 PDT (History)
0 users

See Also:


Attachments
Patch (39.01 KB, patch)
2010-08-21 18:46 PDT, Sam Weinig
mitz: review+
Details | Formatted Diff | Diff

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