| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index b40c2338d517fe1f3b07479a5119df622983b58f..7064cb643a18eb38679a19d58664bccd330fb05f 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::setAuthorAndUserStylesEnabled(bool enabled)
|
| {
|
| m_settings->setAuthorAndUserStylesEnabled(enabled);
|
|
|