[Webkit-unassigned] [Bug 72952] [GTK] Implement DownloadClient in WebKit2 GTK+ API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 24 00:58:14 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=72952





--- Comment #24 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-01-24 00:58:14 PST ---
(In reply to comment #22)
> (From update of attachment 123552 [details])
> > Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp:226
> > +    return download.get();
> 
> I would ASSERT(download) here instead of doing it a bunch of times above.
> 

hmm, actually the ASSERT can just be removed, webkitWebContextGetOrCreateDownload will always return a valid pointer (well, expect in case OOM that we are not handling anyway).

-- 
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