Index: Source/web/WebSettingsImpl.cpp |
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp |
index b4ef0f9eefdedfe2c1308dadf20c44b45817fce7..e33c9fc897fc36a3ae595ffe4200936abe26552c 100644 |
--- a/Source/web/WebSettingsImpl.cpp |
+++ b/Source/web/WebSettingsImpl.cpp |
@@ -322,6 +322,11 @@ void WebSettingsImpl::setLocalStorageEnabled(bool enabled) |
m_settings->setLocalStorageEnabled(enabled); |
} |
+void WebSettingsImpl::setMainFrameClipsContent(bool enabled) |
+{ |
+ m_settings->setMainFrameClipsContent(enabled); |
+} |
+ |
void WebSettingsImpl::setEditableLinkBehaviorNeverLive() |
{ |
// FIXME: If you ever need more behaviors than this, then we should probably |