| 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 4117fc3a879bb333638bbd9650e8b6f74b7a0fd4..bd3472aaa0a73ac1cc0c414cb4390a131eabfa02 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
|
| @@ -313,7 +313,7 @@ void WebURLResponse::setHasMajorCertificateErrors(bool value)
|
|
|
| WebURLResponse::SecurityStyle WebURLResponse::securityStyle() const
|
| {
|
| - return static_cast<SecurityStyle>(m_private->m_resourceResponse->securityStyle());
|
| + return static_cast<SecurityStyle>(m_private->m_resourceResponse->getSecurityStyle());
|
| }
|
|
|
| void WebURLResponse::setSecurityStyle(SecurityStyle securityStyle)
|
|
|