summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/network/ResourceHandleInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/network/ResourceHandleInternal.h')
-rw-r--r--Source/WebCore/platform/network/ResourceHandleInternal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebCore/platform/network/ResourceHandleInternal.h b/Source/WebCore/platform/network/ResourceHandleInternal.h
index ecf648fce..63df28245 100644
--- a/Source/WebCore/platform/network/ResourceHandleInternal.h
+++ b/Source/WebCore/platform/network/ResourceHandleInternal.h
@@ -187,11 +187,13 @@ namespace WebCore {
GRefPtr<GInputStream> m_inputStream;
GRefPtr<GCancellable> m_cancellable;
GRefPtr<GAsyncResult> m_deferredResult;
+ GRefPtr<GSource> m_timeoutSource;
char* m_buffer;
unsigned long m_bodySize;
unsigned long m_bodyDataSent;
RefPtr<NetworkingContext> m_context;
SoupSession* soupSession();
+ uint64_t initiatingPageID();
#endif
#if PLATFORM(QT)
QNetworkReplyHandler* m_job;