[Webkit-unassigned] [Bug 95188] [GTK] Save original uri for downloaded files
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 1 02:44:09 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=95188
Mario Sanchez Prada <msanchez at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |msanchez at igalia.com
--- Comment #4 from Mario Sanchez Prada <msanchez at igalia.com> 2012-10-01 02:44:33 PST ---
View in context: https://bugs.webkit.org/attachment.cgi?id=166431&action=review
> Source/WebKit/gtk/webkit/webkitdownload.cpp:478
> + (gpointer)webkit_network_request_get_uri(priv->networkRequest), G_FILE_QUERY_INFO_NONE, NULL, &error);
Are you sure priv->networkRequest will never be 0? If not, I think you should add an early return, otherwise an ASSERT might be helpful.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list