[webkit-reviews] review granted: [Bug 107865] CertificateChain functions in ResourceResponse should be inside proper ifdefs : [Attachment 184580] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 14:36:49 PST 2013


Brady Eidson <beidson at apple.com> has granted Pratik Solanki
<psolanki at apple.com>'s request for review:
Bug 107865: CertificateChain functions in ResourceResponse should be inside
proper ifdefs
https://bugs.webkit.org/show_bug.cgi?id=107865

Attachment 184580: Patch
https://bugs.webkit.org/attachment.cgi?id=184580&action=review

------- Additional Comments from Brady Eidson <beidson at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=184580&action=review


> Source/WebCore/platform/network/mac/ResourceResponseMac.mm:192
>  
> -#endif // USE(CFNETWORK)
> +#endif

I'm sure you meant to add "// PLATFORM(MAC) || USE(CFNETWORK)"	:)


More information about the webkit-reviews mailing list