diff options
Diffstat (limited to 'webkit/api/src/WebSettingsImpl.cpp')
-rw-r--r-- | webkit/api/src/WebSettingsImpl.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/api/src/WebSettingsImpl.cpp b/webkit/api/src/WebSettingsImpl.cpp index 8c52ce0..cc5c567 100644 --- a/webkit/api/src/WebSettingsImpl.cpp +++ b/webkit/api/src/WebSettingsImpl.cpp @@ -195,11 +195,6 @@ void WebSettingsImpl::setLocalStorageEnabled(bool enabled) m_settings->setLocalStorageEnabled(enabled); } -void WebSettingsImpl::setSessionStorageEnabled(bool enabled) -{ - m_settings->setSessionStorageEnabled(enabled); -} - void WebSettingsImpl::setEditableLinkBehaviorNeverLive() { // FIXME: If you ever need more behaviors than this, then we should probably |