| 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 %}
|
|
|