| Index: third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| diff --git a/third_party/WebKit/Source/platform/network/ResourceResponse.h b/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| index bb4e0924e10aa8a3356f0766526154bcda5b716d..5977377b11d2f2a8ed0f703497c7f74e76bd38c4 100644
|
| --- a/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| +++ b/third_party/WebKit/Source/platform/network/ResourceResponse.h
|
| @@ -172,7 +172,7 @@ public:
|
| bool hasMajorCertificateErrors() const { return m_hasMajorCertificateErrors; }
|
| void setHasMajorCertificateErrors(bool hasMajorCertificateErrors) { m_hasMajorCertificateErrors = hasMajorCertificateErrors; }
|
|
|
| - SecurityStyle securityStyle() const { return m_securityStyle; }
|
| + SecurityStyle getSecurityStyle() const { return m_securityStyle; }
|
| void setSecurityStyle(SecurityStyle securityStyle) { m_securityStyle = securityStyle; }
|
|
|
| const SecurityDetails* securityDetails() const { return &m_securityDetails; }
|
|
|