summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/network/NetworkingContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/network/NetworkingContext.h')
-rw-r--r--WebCore/platform/network/NetworkingContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/network/NetworkingContext.h b/WebCore/platform/network/NetworkingContext.h
index 31f3025..a7d40dc 100644
--- a/WebCore/platform/network/NetworkingContext.h
+++ b/WebCore/platform/network/NetworkingContext.h
@@ -57,6 +57,7 @@ public:
#if PLATFORM(WIN)
virtual String userAgent() const = 0;
virtual String referrer() const = 0;
+ virtual ResourceError blockedError(const ResourceRequest&) const = 0;
#endif
protected: