summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.cpp')
-rw-r--r--Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.cpp b/Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.cpp
index 44f9a9f..b80a9bf 100644
--- a/Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.cpp
+++ b/Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.cpp
@@ -47,7 +47,7 @@ ArgumentDecoder::~ArgumentDecoder()
{
ASSERT(m_buffer);
fastFree(m_buffer);
-#if !PLATFORM(QT)
+#if !PLATFORM(QT) && !PLATFORM(GTK)
// FIXME: We need to dispose of the mach ports in cases of failure.
#else
Deque<Attachment>::iterator end = m_attachments.end();