| Index: Source/core/page/Settings.cpp
|
| diff --git a/Source/core/page/Settings.cpp b/Source/core/page/Settings.cpp
|
| index 08eec31ecdd10799e8c14156680d80b7b9dfd20a..1679db8714ae64e1c8764ed59aa9f1d3a8f0ba8b 100644
|
| --- a/Source/core/page/Settings.cpp
|
| +++ b/Source/core/page/Settings.cpp
|
| @@ -90,7 +90,7 @@ static EditingBehaviorType editingBehaviorTypeForPlatform()
|
| return
|
| #if OS(MACOSX)
|
| EditingMacBehavior
|
| -#elif OS(WINDOWS)
|
| +#elif OS(WIN)
|
| EditingWindowsBehavior
|
| #elif OS(ANDROID)
|
| EditingAndroidBehavior
|
| @@ -109,7 +109,7 @@ static const bool defaultSmartInsertDeleteEnabled = true;
|
| #else
|
| static const bool defaultSmartInsertDeleteEnabled = false;
|
| #endif
|
| -#if OS(WINDOWS)
|
| +#if OS(WIN)
|
| static const bool defaultSelectTrailingWhitespaceEnabled = true;
|
| #else
|
| static const bool defaultSelectTrailingWhitespaceEnabled = false;
|
|
|