summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/network/ResourceHandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/network/ResourceHandle.h')
-rw-r--r--Source/WebCore/platform/network/ResourceHandle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/network/ResourceHandle.h b/Source/WebCore/platform/network/ResourceHandle.h
index bb94b59..c2a0b8e 100644
--- a/Source/WebCore/platform/network/ResourceHandle.h
+++ b/Source/WebCore/platform/network/ResourceHandle.h
@@ -41,7 +41,7 @@ typedef struct _SoupSession SoupSession;
typedef const struct __CFData * CFDataRef;
#endif
-#if PLATFORM(WIN)
+#if USE(WININET)
typedef unsigned long DWORD;
typedef unsigned long DWORD_PTR;
typedef void* LPVOID;
@@ -173,7 +173,7 @@ public:
bool hasAuthenticationChallenge() const;
void clearAuthentication();
- void cancel();
+ virtual void cancel();
// The client may be 0, in which case no callbacks will be made.
ResourceHandleClient* client() const;