[webkit-reviews] review granted: [Bug 124384] Replace calls to deprecated CFPropertyList functions in WebKit2 : [Attachment 216992] Replace calls to deprecated CFPropertyList functions in WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 14 16:03:53 PST 2013


Anders Carlsson <andersca at apple.com> has granted Andy Estes
<aestes at apple.com>'s request for review:
Bug 124384: Replace calls to deprecated CFPropertyList functions in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=124384

Attachment 216992: Replace calls to deprecated CFPropertyList functions in
WebKit2
https://bugs.webkit.org/attachment.cgi?id=216992&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
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 =


More information about the webkit-reviews mailing list