| 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 adac1a3e85996e39feeeae485c5c6151be3aaab3..323fe5cc0b0b88c26f5a64e1aa2707615d9a31c9 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);
|
|
|