Bug 126741

Summary: [GTK] Fix return value of WebKitDownload::created-destination
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gustavo, mrobinson
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mrobinson: review+

Description Carlos Garcia Campos 2014-01-10 01:27:30 PST
Fortunately this is not an API break because it was actually unused, if anybody is using a boolean callback it will still work. I guess it's another copy-paste error :-(
Comment 1 Carlos Garcia Campos 2014-01-10 01:30:39 PST
Created attachment 220820 [details]
Patch
Comment 2 WebKit Commit Bot 2014-01-10 01:33:31 PST
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Carlos Garcia Campos 2014-01-12 00:41:52 PST
Committed r161805: <http://trac.webkit.org/changeset/161805>