summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/Platform/IPC/Connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Platform/IPC/Connection.h')
-rw-r--r--Source/WebKit2/Platform/IPC/Connection.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/WebKit2/Platform/IPC/Connection.h b/Source/WebKit2/Platform/IPC/Connection.h
index 14cc8851d..c4a23a577 100644
--- a/Source/WebKit2/Platform/IPC/Connection.h
+++ b/Source/WebKit2/Platform/IPC/Connection.h
@@ -159,9 +159,9 @@ public:
Client* client() const { return m_client; }
-#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED <= 101000
+#if (PLATFORM(MAC) || (PLATFORM(QT) && USE(MACH_PORTS))) && __MAC_OS_X_VERSION_MIN_REQUIRED <= 101000
void setShouldCloseConnectionOnMachExceptions();
-#elif PLATFORM(QT)
+#elif PLATFORM(QT) && USE(UNIX_DOMAIN_SOCKETS)
void setShouldCloseConnectionOnProcessTermination(WebKit::PlatformProcessIdentifier);
#endif
@@ -204,7 +204,7 @@ public:
Identifier identifier() const;
-#if PLATFORM(COCOA)
+#if PLATFORM(COCOA) || (PLATFORM(QT) && USE(MACH_PORTS))
bool kill();
void terminateSoon(double intervalInSeconds);
#endif
@@ -360,7 +360,7 @@ private:
mach_port_t m_receivePort;
dispatch_source_t m_receivePortDataAvailableSource;
-#if PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED <= 101000
+#if (PLATFORM(MAC) || (PLATFORM(QT) && USE(MACH_PORTS))) && __MAC_OS_X_VERSION_MIN_REQUIRED <= 101000
void exceptionSourceEventHandler();
// If setShouldCloseConnectionOnMachExceptions has been called, this has