| 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 40e5dd077236c18454bafd595f1ff46d63da9aa2..5b5c8c4a03d449fa3ae09795fcf0eb44a10f5c38 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| @@ -334,6 +334,7 @@ void WebURLResponse::setSecurityDetails(const WebSecurityDetails& webSecurityDet
|
| m_resourceResponse->setSecurityDetails(
|
| webSecurityDetails.protocol,
|
| webSecurityDetails.keyExchange,
|
| + webSecurityDetails.keyExchangeGroup,
|
| webSecurityDetails.cipher,
|
| webSecurityDetails.mac,
|
| webSecurityDetails.subjectName,
|
|
|