| 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 3bbd5ee9961dd7d178280065ce63b7d5b3165b95..449393826b7896d779b17a161f2348cb965575f3 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| @@ -337,6 +337,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);
|
|
|