RESOLVED FIXED 68958
Remove deprecated calls from CookieJarCFNet.cpp
https://bugs.webkit.org/show_bug.cgi?id=68958
Summary Remove deprecated calls from CookieJarCFNet.cpp
Pratik Solanki
Reported 2011-09-27 16:39:29 PDT
CookieJarCFNet does soft-linking and calls CFHTTPCookieCopy* functions instead of CFHTTPCookieGet* functions. However, since the code references the Get version of the functions, we still get compile warnings. We can just switch over to the Copy variants, assuming the buildbot is happy.
Attachments
Patch (3.64 KB, patch)
2011-09-27 16:44 PDT, Pratik Solanki
sam: review+
Pratik Solanki
Comment 1 2011-09-27 16:44:18 PDT
Pratik Solanki
Comment 2 2011-09-27 16:44:53 PDT
Lets see what the windows EWS bot says for this patch.
Pratik Solanki
Comment 3 2012-01-05 10:39:34 PST
Note You need to log in before you can comment on or make changes to this bug.