summaryrefslogtreecommitdiffstats
path: root/Source/WTF/wtf/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WTF/wtf/Platform.h')
-rw-r--r--Source/WTF/wtf/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h
index d42efbdec..3f2069e7c 100644
--- a/Source/WTF/wtf/Platform.h
+++ b/Source/WTF/wtf/Platform.h
@@ -983,7 +983,7 @@
#define USE_EXPORT_MACROS_FOR_TESTING 1
#endif
-#if PLATFORM(GTK) || PLATFORM(EFL) || (PLATFORM(QT) && !OS(DARWIN) && !OS(WINDOWS))
+#if PLATFORM(GTK) || PLATFORM(EFL)
#define USE_UNIX_DOMAIN_SOCKETS 1
#endif