| Index: Source/core/frame/Settings.cpp
|
| diff --git a/Source/core/frame/Settings.cpp b/Source/core/frame/Settings.cpp
|
| index d176663e4f90a778a3bc06596d0ea323871a4e7c..f6a2781b36a86509f34490b3c69742480ae26f3c 100644
|
| --- a/Source/core/frame/Settings.cpp
|
| +++ b/Source/core/frame/Settings.cpp
|
| @@ -66,7 +66,7 @@ static const bool defaultSelectTrailingWhitespaceEnabled = false;
|
|
|
| Settings::Settings()
|
| : m_openGLMultisamplingEnabled(false)
|
| -#if HACK_FORCE_TEXT_AUTOSIZING_ON_DESKTOP
|
| +#if DEBUG_TEXT_AUTOSIZING_ON_DESKTOP
|
| , m_textAutosizingWindowSizeOverride(320, 480)
|
| , m_textAutosizingEnabled(true)
|
| #else
|
|
|