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