summaryrefslogtreecommitdiffstats
path: root/Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.cpp')
-rw-r--r--Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.cpp b/Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.cpp
index fb0b68b..d20dc10 100644
--- a/Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.cpp
+++ b/Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.cpp
@@ -50,7 +50,7 @@ ArgumentEncoder::~ArgumentEncoder()
{
if (m_buffer)
fastFree(m_buffer);
-#if !PLATFORM(QT)
+#if !PLATFORM(QT) && !PLATFORM(GTK)
// FIXME: We need to dispose of the attachments in cases of failure.
#else
for (int i = 0; i < m_attachments.size(); ++i)