| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index 0546a54fce91ad8ba9abae2e82a80afabbee8948..1835d22772ea351290fb9773da060d1aa777f457 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -259,11 +259,6 @@ void WebSettingsImpl::setDOMPasteAllowed(bool enabled)
|
| m_settings->setDOMPasteAllowed(enabled);
|
| }
|
|
|
| -void WebSettingsImpl::setNeedsSiteSpecificQuirks(bool enabled)
|
| -{
|
| - m_settings->setNeedsSiteSpecificQuirks(enabled);
|
| -}
|
| -
|
| void WebSettingsImpl::setShrinksStandaloneImagesToFit(bool shrinkImages)
|
| {
|
| m_settings->setShrinksStandaloneImagesToFit(shrinkImages);
|
|
|