[Webkit-unassigned] [Bug 117154] [GTK] Migrate WebKitWebView to GTask

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 3 10:38:02 PDT 2013


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





--- Comment #3 from Dan Winship <danw at gnome.org>  2013-06-03 10:36:33 PST ---
(From update of attachment 203598)
View in context: https://bugs.webkit.org/attachment.cgi?id=203598&action=review

> Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:2472
> +    if (g_cancellable_set_error_if_cancelled(g_task_get_cancellable(task.get()), &error)) {
> +        g_task_return_error(task.get(), error);
> +        return;
> +    }

if (g_task_return_error_if_cancelled(task))
    return;

> Source/WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:2953
> +    if (g_cancellable_set_error_if_cancelled(g_task_get_cancellable(task.get()), &error)) {

likewise

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