| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index bb9aa18c94d96353d9a2854c1f51cbfe983e2320..dce5ba22159e7e5789a9b6af72ffeaf8f3960c5c 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -617,11 +617,6 @@ void WebSettingsImpl::setStrictPowerfulFeatureRestrictions(bool enabled)
|
| m_settings->setStrictPowerfulFeatureRestrictions(enabled);
|
| }
|
|
|
| -void WebSettingsImpl::setAllowConnectingInsecureWebSocket(bool enabled)
|
| -{
|
| - m_settings->setAllowConnectingInsecureWebSocket(enabled);
|
| -}
|
| -
|
| void WebSettingsImpl::setPasswordEchoEnabled(bool flag)
|
| {
|
| m_settings->setPasswordEchoEnabled(flag);
|
|
|