[Webkit-unassigned] [Bug 129783] [GTK] Close the page when the view is disposed instead of when finalized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 6 01:09:58 PST 2014


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





--- Comment #3 from Sergio Villar Senin <svillar at igalia.com>  2014-03-06 01:06:59 PST ---
(From update of attachment 225956)
View in context: https://bugs.webkit.org/attachment.cgi?id=225956&action=review

> Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp:391
> +    webView->priv->pageProxy->close();

Hmm, dispose() might be called multiple times, what would happen to the pageProxy if we call close() many times?.

I'd better add some condition there.

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