Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1414)

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.cpp

Issue 2870113002: m_foo -> foo_ in SettingsMacros, fix DEBUG_TEXT_AUTOSIZING_ON_DESKTOP build. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b900436b2bdebe9a434d216f1233ca32c5c4191b..7204a4b8b38d83fe010127de3c424e5c7e6711e4 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
@@ -62,7 +62,7 @@ WebSettingsImpl::WebSettingsImpl(Settings* settings,
void WebSettingsImpl::SetFromStrings(const WebString& name,
const WebString& value) {
- settings_->setFromStrings(name, value);
+ settings_->SetFromStrings(name, value);
}
void WebSettingsImpl::SetStandardFontFamily(const WebString& font,

Powered by Google App Engine
This is Rietveld 408576698