Index: Source/web/WebSettingsImpl.cpp |
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp |
index 77fe649f6b4987474b735a2a7fbc1048d8d6c6ec..7aa59732a349821f2f06eefd07366dc21a1c2398 100644 |
--- a/Source/web/WebSettingsImpl.cpp |
+++ b/Source/web/WebSettingsImpl.cpp |
@@ -629,11 +629,6 @@ |
m_settings->setShouldPrintBackgrounds(enabled); |
} |
-void WebSettingsImpl::setShouldClearDocumentBackground(bool enabled) |
-{ |
- m_settings->setShouldClearDocumentBackground(enabled); |
-} |
- |
void WebSettingsImpl::setEnableScrollAnimator(bool enabled) |
{ |
m_settings->setScrollAnimatorEnabled(enabled); |