Bug 125316

Summary: WebKit2 API should use weak ownership for delegate properties rather than assign
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mitz: review+

Description Anders Carlsson 2013-12-05 13:23:01 PST
WebKit2 API should use weak ownership for delegate properties rather than assign
Comment 1 Anders Carlsson 2013-12-05 13:24:55 PST
Created attachment 218540 [details]
Patch
Comment 2 mitz 2013-12-05 13:29:05 PST
Comment on attachment 218540 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=218540&action=review

> Source/WebKit2/UIProcess/API/Cocoa/WKBrowsingContextControllerInternal.h:45
> +@package

Nice use of @package!
Comment 3 Anders Carlsson 2013-12-05 13:35:37 PST
Committed r160191: <http://trac.webkit.org/changeset/160191>