Bug 124384

Summary: Replace calls to deprecated CFPropertyList functions in WebKit2
Product: WebKit Reporter: Andy Estes <aestes>
Component: New BugsAssignee: Andy Estes <aestes>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Replace calls to deprecated CFPropertyList functions in WebKit2 andersca: review+

Andy Estes
Reported 2013-11-14 15:49:36 PST
Replace calls to deprecated CFPropertyList functions in WebKit2
Attachments
Replace calls to deprecated CFPropertyList functions in WebKit2 (2.49 KB, patch)
2013-11-14 15:59 PST, Andy Estes
andersca: review+
Andy Estes
Comment 1 2013-11-14 15:59:01 PST
Created attachment 216992 [details] Replace calls to deprecated CFPropertyList functions in WebKit2
Anders Carlsson
Comment 2 2013-11-14 16:02:39 PST
Comment on attachment 216992 [details] Replace calls to deprecated CFPropertyList functions in WebKit2 View in context: https://bugs.webkit.org/attachment.cgi?id=216992&action=review > Source/WebKit2/UIProcess/cf/WebPageProxyCF.cpp:123 > + RetainPtr<CFPropertyListRef> propertyList = adoptCF(CFPropertyListCreateWithData(0, data.get(), kCFPropertyListImmutable, 0, &propertyListError)); Can change this to auto propertyList =
Andy Estes
Comment 3 2013-11-14 16:09:36 PST
Note You need to log in before you can comment on or make changes to this bug.