summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp')
-rw-r--r--Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp b/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp
index f6d1f3821..01e8b8ae5 100644
--- a/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp
+++ b/Source/WebCore/platform/network/cf/ResourceHandleCFNet.cpp
@@ -428,7 +428,7 @@ static CFURLRequestRef makeFinalRequest(const ResourceRequest& request, bool sho
if (!sslProps)
sslProps.adoptCF(CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
#if PLATFORM(WIN)
- wkSetClientCertificateInSSLProperties(sslProps.get(), (clientCert->second).get());
+ wkSetClientCertificateInSSLProperties(sslProps.get(), (clientCert->value).get());
#endif
}