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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WebKit2/Platform/IPC/Connection.h b/Source/WebKit2/Platform/IPC/Connection.h
index f339067af..14cc8851d 100644
--- a/Source/WebKit2/Platform/IPC/Connection.h
+++ b/Source/WebKit2/Platform/IPC/Connection.h
@@ -341,9 +341,7 @@ private:
bool processMessage();
Vector<uint8_t> m_readBuffer;
- size_t m_readBufferSize;
Vector<int> m_fileDescriptors;
- size_t m_fileDescriptorsSize;
int m_socketDescriptor;
#if PLATFORM(GTK)
GSocketMonitor m_socketMonitor;