| Index: Source/core/frame/Settings.cpp
|
| diff --git a/Source/core/frame/Settings.cpp b/Source/core/frame/Settings.cpp
|
| index fa080bd2b67a83dd22c72caffecf908247ecbc07..dc2bcaa6c5dc09fd25f33fc9d8dfb44ebb99372f 100644
|
| --- a/Source/core/frame/Settings.cpp
|
| +++ b/Source/core/frame/Settings.cpp
|
| @@ -99,7 +99,7 @@ void Settings::setTextAutosizingEnabled(bool textAutosizingEnabled)
|
| return;
|
|
|
| m_textAutosizingEnabled = textAutosizingEnabled;
|
| - invalidate(SettingsDelegate::StyleChange);
|
| + invalidate(SettingsDelegate::TextAutosizingChange);
|
| }
|
|
|
| // FIXME: Move to Settings.in once make_settings can understand IntSize.
|
| @@ -109,7 +109,7 @@ void Settings::setTextAutosizingWindowSizeOverride(const IntSize& textAutosizing
|
| return;
|
|
|
| m_textAutosizingWindowSizeOverride = textAutosizingWindowSizeOverride;
|
| - invalidate(SettingsDelegate::StyleChange);
|
| + invalidate(SettingsDelegate::TextAutosizingChange);
|
| }
|
|
|
| void Settings::setMockScrollbarsEnabled(bool flag)
|
|
|