| Index: third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| index 37a6bc2f6171e12d2a0a29f79fa32258fecee1c1..32a326be0a925b53ee2af541da0268de2359e229 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| @@ -342,6 +342,11 @@ void WebSettingsImpl::setSpatialNavigationEnabled(bool enabled)
|
| m_settings->setSpatialNavigationEnabled(enabled);
|
| }
|
|
|
| +void WebSettingsImpl::setSpellCheckEnabledByDefault(bool enabled)
|
| +{
|
| + m_settings->setSpellCheckEnabledByDefault(enabled);
|
| +}
|
| +
|
| void WebSettingsImpl::setTextAreasAreResizable(bool areResizable)
|
| {
|
| m_settings->setTextAreasAreResizable(areResizable);
|
|
|