| Index: Source/web/EditorClientImpl.cpp
|
| diff --git a/Source/web/EditorClientImpl.cpp b/Source/web/EditorClientImpl.cpp
|
| index dd4255ad0f1805050aa8bef0f13b9fe4ddde8f0f..d4b4e944a1740b7a8fa3cb9b24c605bb6c872f8b 100644
|
| --- a/Source/web/EditorClientImpl.cpp
|
| +++ b/Source/web/EditorClientImpl.cpp
|
| @@ -769,10 +769,10 @@ bool EditorClientImpl::spellingUIIsShowing()
|
|
|
| bool EditorClientImpl::supportsGlobalSelection()
|
| {
|
| -#if OS(UNIX) && !OS(MACOSX)
|
| - return true;
|
| -#else
|
| +#if OS(WINDOWS) || OS(MACOSX)
|
| return false;
|
| +#else
|
| + return true;
|
| #endif
|
| }
|
|
|
|
|