[Webkit-unassigned] [Bug 107865] New: CertificateChain functions in ResourceResponse should be inside proper ifdefs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 14:32:44 PST 2013


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

           Summary: CertificateChain functions in ResourceResponse should
                    be inside proper ifdefs
           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: ap at webkit.org, beidson at apple.com


ResourceResponse::setCertificateChain() and ResourceResponse::certificateChain() are declared inside #if PLATFORM(MAC || USE(CFNETWORK) but the definition is inside !USE(CFNETWORK). We should put it in the proper ifdef.

-- 
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