[Webkit-unassigned] [Bug 163006] Network Session: PendingDownload is always nullptr in DownloadManager::dataTaskBecameDownloadTask
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 7 13:12:20 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163006
--- Comment #9 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 290936
--> https://bugs.webkit.org/attachment.cgi?id=290936
Fix coding style
View in context: https://bugs.webkit.org/attachment.cgi?id=290936&action=review
> Source/WebKit2/NetworkProcess/Downloads/DownloadManager.cpp:123
> + ASSERT(!pendingDownload || pendingDownload.get() == networkDataTask.pendingDownload());
Debug builds using network session fail here. Should be networkDataTask->
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161007/0b1b02d8/attachment.html>
More information about the webkit-unassigned
mailing list