[Webkit-unassigned] [Bug 72227] [GTK] improve platformSetDefersLoading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 08:15:58 PST 2011


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





--- Comment #7 from Dan Winship <danw at gnome.org>  2011-11-15 08:15:59 PST ---
(In reply to comment #6)
> Oh. I think that GRefPtr is missing the release method? That you needed it here indicates that it should probably have it. Do you mind adding it with your patch and using it? GRefPtr just lags behind RefPtr feature-wise.

Hm... RefPtr.release() returns a PassRefPtr, but there's no GPassRefPtr.

The docs say "If ownership and lifetime are guaranteed, a local variable can be a raw pointer." So I just did that (with leakRef).

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