| Index: third_party/WebKit/Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl
|
| index 7e17d48d79379031c015879be4833a597a0fdcd3..5eb67dfdd737a5b3570214270a8baedbd2ccdfbc 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl
|
| @@ -11,7 +11,7 @@ namespace blink {
|
| InternalSettingsGenerated::InternalSettingsGenerated(Page* page)
|
| : m_page(page)
|
| {% for setting in settings if setting.type|to_idl_type %}
|
| - , m_{{setting.name}}(page->settings().{{setting.name}}())
|
| + , m_{{setting.name}}(page->settings().get{{setting.name|upper_first}}())
|
| {% endfor %}
|
| {
|
| }
|
|
|