summaryrefslogtreecommitdiffstats
path: root/Source/WTF/wtf/WorkQueue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WTF/wtf/WorkQueue.cpp')
-rw-r--r--Source/WTF/wtf/WorkQueue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WTF/wtf/WorkQueue.cpp b/Source/WTF/wtf/WorkQueue.cpp
index e26ae3bf2..3624d3902 100644
--- a/Source/WTF/wtf/WorkQueue.cpp
+++ b/Source/WTF/wtf/WorkQueue.cpp
@@ -52,7 +52,7 @@ WorkQueue::~WorkQueue()
platformInvalidate();
}
-#if !PLATFORM(COCOA) && !(PLATFORM(QT) && OS(DARWIN))
+#if !PLATFORM(COCOA) && !(PLATFORM(QT) && USE(MACH_PORTS))
void WorkQueue::concurrentApply(size_t iterations, const std::function<void (size_t index)>& function)
{
if (!iterations)