| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index 1f2ec4eb42bd4b5cc195e105e8019ccb7a7d41dc..0a72f9b0af8d3ee50098d34bfd21a79d1ce71b56 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -576,6 +576,11 @@ void WebSettingsImpl::setAllowRunningOfInsecureContent(bool enabled)
|
| m_settings->setAllowRunningOfInsecureContent(enabled);
|
| }
|
|
|
| +void WebSettingsImpl::setAllowConnectingInsecureWebSocket(bool enabled)
|
| +{
|
| + m_settings->setAllowConnectingInsecureWebSocket(enabled);
|
| +}
|
| +
|
| void WebSettingsImpl::setPasswordEchoEnabled(bool flag)
|
| {
|
| m_settings->setPasswordEchoEnabled(flag);
|
|
|