[Webkit-unassigned] [Bug 68958] New: Remove deprecated calls from CookieJarCFNet.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 27 16:39:29 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68958

           Summary: Remove deprecated calls from CookieJarCFNet.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: psolanki at apple.com
                CC: aroben at apple.com, jberlin at webkit.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list