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

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

Issue 2329463004: ABANDONED CL: Changes needed to make things compile after running rewrite_to_chrome_style tool. (Closed)
Patch Set: Rebasing the fixes... Created 3 years, 10 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 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,
« no previous file with comments | « third_party/WebKit/Source/web/WebInputEvent.cpp ('k') | third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698