git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Clean up usesAsyncCallbacks handling in ResourceHandle
[WebKit-https.git]
/
Source
/
WebKit2
/
Shared
/
Downloads
/
soup
/
DownloadSoup.cpp
diff --git
a/Source/WebKit2/Shared/Downloads/soup/DownloadSoup.cpp
b/Source/WebKit2/Shared/Downloads/soup/DownloadSoup.cpp
index
a2249ba
..
74ff1a8
100644
(file)
--- a/
Source/WebKit2/Shared/Downloads/soup/DownloadSoup.cpp
+++ b/
Source/WebKit2/Shared/Downloads/soup/DownloadSoup.cpp
@@
-255,7
+255,7
@@
void Download::cancel()
void Download::platformInvalidate()
{
if (m_resourceHandle) {
- m_resourceHandle->
setClient(0
);
+ m_resourceHandle->
clearClient(
);
m_resourceHandle->cancel();
m_resourceHandle = nullptr;
}