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

Unified Diff: third_party/WebKit/Source/build/scripts/templates/SettingsMacros.h.tmpl

Issue 2611823003: ABANDONED CL: Changes to compile and pass tests after Big Blink Rename (excluding functions). (Closed)
Patch Set: Inducing merge conflicts to force human review and changes after rename. Created 3 years, 11 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/build/scripts/templates/SettingsMacros.h.tmpl
diff --git a/third_party/WebKit/Source/build/scripts/templates/SettingsMacros.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/SettingsMacros.h.tmpl
index b97ad0c742f24eb88419745a3823c7d18a818e3b..8182205b3e8948c2319579fabbc0df9fcf3124bf 100644
--- a/third_party/WebKit/Source/build/scripts/templates/SettingsMacros.h.tmpl
+++ b/third_party/WebKit/Source/build/scripts/templates/SettingsMacros.h.tmpl
@@ -37,7 +37,7 @@ void Settings::set{{setting.name|upper_first}}({{setting.type|to_passing_type}}
return; \
m_{{setting.name}} = {{setting.name}}; \
{% if setting.invalidate %}
- invalidate(SettingsDelegate::{{setting.invalidate}}Change); \
+ invalidate(SettingsDelegate::k{{setting.invalidate}}Change); \
{% endif %}
} \
{% endfor %}

Powered by Google App Engine
This is Rietveld 408576698