Index: Source/web/WebSettingsImpl.cpp |
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp |
index 590f88a5eeb40301622edf1e4ca3a1ad3aff076b..c8c733b17af7528ace42125f5a0a8a02da13bfab 100644 |
--- a/Source/web/WebSettingsImpl.cpp |
+++ b/Source/web/WebSettingsImpl.cpp |
@@ -290,11 +290,6 @@ void WebSettingsImpl::setAllowScriptsToCloseWindows(bool allow) |
m_settings->setAllowScriptsToCloseWindows(allow); |
} |
-void WebSettingsImpl::setUserStyleSheetLocation(const WebURL& location) |
-{ |
- m_settings->setUserStyleSheetLocation(location); |
-} |
- |
void WebSettingsImpl::setUseLegacyBackgroundSizeShorthandBehavior(bool useLegacyBackgroundSizeShorthandBehavior) |
{ |
m_settings->setUseLegacyBackgroundSizeShorthandBehavior(useLegacyBackgroundSizeShorthandBehavior); |