summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/network/NetworkingContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/network/NetworkingContext.h')
-rw-r--r--Source/WebCore/platform/network/NetworkingContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/network/NetworkingContext.h b/Source/WebCore/platform/network/NetworkingContext.h
index 046085c2f..e4c2daf94 100644
--- a/Source/WebCore/platform/network/NetworkingContext.h
+++ b/Source/WebCore/platform/network/NetworkingContext.h
@@ -72,6 +72,7 @@ public:
#if USE(SOUP)
virtual SoupSession* soupSession() const = 0;
+ virtual uint64_t initiatingPageID() const = 0;
#endif
protected: