Index: Source/web/WebSettingsImpl.cpp |
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp |
index f9de315cd44b6b3684d0db25e9be42154671e934..db0db6ac845ec2eaca8e05c51eadbf04c42a70ff 100644 |
--- a/Source/web/WebSettingsImpl.cpp |
+++ b/Source/web/WebSettingsImpl.cpp |
@@ -619,6 +619,12 @@ void WebSettingsImpl::setStrictPowerfulFeatureRestrictions(bool enabled) |
m_settings->setStrictPowerfulFeatureRestrictions(enabled); |
} |
+void WebSettingsImpl::setStrictlyBlockBlockableMixedContent(bool enabled) |
+{ |
+ m_settings->setStrictlyBlockBlockableMixedContent(enabled); |
+} |
+ |
+ |
Yoav Weiss
2015/07/23 09:53:24
Nit: extra new line
|
void WebSettingsImpl::setPasswordEchoEnabled(bool flag) |
{ |
m_settings->setPasswordEchoEnabled(flag); |