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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 14 10:24:06 PST 2011


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





--- Comment #6 from Martin Robinson <mrobinson at webkit.org>  2011-11-14 10:24:06 PST ---
(In reply to comment #5)

> Is http://www.webkit.org/coding/RefPtr.html out of date? Or does GRefPtr intentionally not work like RefPtr? I originally tried
> 
>     GRefPtr<GAsyncResult> asyncResult = d->m_deferredResult.release();
>
> but GRefPtr doesn't have release() (and the docs on the RefPtr page say that leakRef() only exists on PassRefPtr)

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.

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