summaryrefslogtreecommitdiff
path: root/Source/WebKit2/NetworkProcess/Downloads/DownloadManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit2/NetworkProcess/Downloads/DownloadManager.h')
-rw-r--r--Source/WebKit2/NetworkProcess/Downloads/DownloadManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit2/NetworkProcess/Downloads/DownloadManager.h b/Source/WebKit2/NetworkProcess/Downloads/DownloadManager.h
index ea433e5b0..53c8d3bb9 100644
--- a/Source/WebKit2/NetworkProcess/Downloads/DownloadManager.h
+++ b/Source/WebKit2/NetworkProcess/Downloads/DownloadManager.h
@@ -96,7 +96,7 @@ public:
AuthenticationManager& downloadsAuthenticationManager();
#if PLATFORM(QT)
- void startTransfer(uint64_t downloadID, const String& destination);
+ void startTransfer(DownloadID, const String& destination);
#endif
private: