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