| 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 737fe52a3a2e6678db8c19fe52c150be584d5ffc..57444488088e2dfc1a02356f5398af8017a8f705 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| @@ -341,9 +341,6 @@ void WebURLResponse::setSecurityDetails(const WebSecurityDetails& webSecurityDet
|
| webSecurityDetails.cipher,
|
| webSecurityDetails.mac,
|
| webSecurityDetails.certId,
|
| - webSecurityDetails.numUnknownScts,
|
| - webSecurityDetails.numInvalidScts,
|
| - webSecurityDetails.numValidScts,
|
| sctList);
|
| }
|
|
|
|
|