Index: Source/web/WebSettingsImpl.cpp |
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp |
index 915aa95b7247e44c42810094d126d0b3f1d08ad4..efc1d0fdca959f1b3d723fc77f87c72d340d70fc 100644 |
--- a/Source/web/WebSettingsImpl.cpp |
+++ b/Source/web/WebSettingsImpl.cpp |
@@ -583,11 +583,6 @@ void WebSettingsImpl::setValidationMessageTimerMagnification(int newValue) |
m_settings->setValidationMessageTimerMagnification(newValue); |
} |
-void WebSettingsImpl::setFullScreenEnabled(bool enabled) |
-{ |
- m_settings->setFullScreenEnabled(enabled); |
-} |
- |
void WebSettingsImpl::setAllowDisplayOfInsecureContent(bool enabled) |
{ |
m_settings->setAllowDisplayOfInsecureContent(enabled); |