Index: third_party/WebKit/Source/platform/exported/WebURLResponse.cpp |
diff --git a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp |
index 09de4f04a11ac699fe28286b1012898de246acbf..58381a7e2c5a6a17b21bbf36e9ec51c1f29522c9 100644 |
--- a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp |
+++ b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp |
@@ -338,6 +338,7 @@ void WebURLResponse::setSecurityDetails(const WebSecurityDetails& webSecurityDet |
m_resourceResponse->setSecurityDetails( |
webSecurityDetails.protocol, |
webSecurityDetails.keyExchange, |
+ webSecurityDetails.keyExchangeGroup, |
webSecurityDetails.cipher, |
webSecurityDetails.mac, |
webSecurityDetails.certId, |