| Index: Source/web/WebSettingsImpl.cpp
|
| diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
|
| index 915aa95b7247e44c42810094d126d0b3f1d08ad4..ee3bcf975bc877edbe3d6975554a8f7cdc48f261 100644
|
| --- a/Source/web/WebSettingsImpl.cpp
|
| +++ b/Source/web/WebSettingsImpl.cpp
|
| @@ -558,11 +558,6 @@ void WebSettingsImpl::setLayerSquashingEnabled(bool enabled)
|
| m_settings->setLayerSquashingEnabled(enabled);
|
| }
|
|
|
| -void WebSettingsImpl::setLayoutFallbackWidth(int width)
|
| -{
|
| - m_settings->setLayoutFallbackWidth(width);
|
| -}
|
| -
|
| void WebSettingsImpl::setAsynchronousSpellCheckingEnabled(bool enabled)
|
| {
|
| m_settings->setAsynchronousSpellCheckingEnabled(enabled);
|
|
|