| 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 30e251d19ec48927346e02867c4d6d2883061bcb..45344de7ed8ba33b5c81edb7d8624321b92b5eae 100644
|
| --- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
|
| @@ -62,7 +62,9 @@ WebSettingsImpl::WebSettingsImpl(Settings* settings,
|
|
|
| void WebSettingsImpl::setFromStrings(const WebString& name,
|
| const WebString& value) {
|
| - m_settings->setFromStrings(name, value);
|
| + /* DO NOT SUBMIT - merge conflict marker.
|
| + * Please spell |setFromStrings|, not |SetFromStrings| below. */
|
| + settings_->setFromStrings(name, value);
|
| }
|
|
|
| void WebSettingsImpl::setStandardFontFamily(const WebString& font,
|
|
|