Chromium Code Reviews| Index: Source/core/page/Settings.cpp |
| diff --git a/Source/core/page/Settings.cpp b/Source/core/page/Settings.cpp |
| index 08eec31ecdd10799e8c14156680d80b7b9dfd20a..f27aa4b801ef86fb39e2e4c346f2511d5e0f60ec 100644 |
| --- a/Source/core/page/Settings.cpp |
| +++ b/Source/core/page/Settings.cpp |
| @@ -94,11 +94,8 @@ static EditingBehaviorType editingBehaviorTypeForPlatform() |
| EditingWindowsBehavior |
| #elif OS(ANDROID) |
| EditingAndroidBehavior |
| -#elif OS(UNIX) |
| - EditingUnixBehavior |
| #else |
| - // Fallback |
| - EditingMacBehavior |
| + EditingUnixBehavior |
|
abarth-chromium
2013/09/08 22:42:49
Why not be explicit and then have a #error in the
|
| #endif |
| ; |
| } |