[Webkit-unassigned] [Bug 127431] [GLIB] Use GUniquePtr instead of GOwnPtr
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 22 11:00:43 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127431
--- Comment #7 from Carlos Garcia Campos <cgarcia at igalia.com> 2014-01-22 10:58:09 PST ---
(In reply to comment #6)
> (From update of attachment 221874 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=221874&action=review
>
> > Source/WebCore/platform/gtk/GOwnPtrGtk.cpp:-31
> > -template <> void freeOwnedGPtr<GdkEvent>(GdkEvent* ptr)
> > -{
> > - if (ptr)
> > - gdk_event_free(ptr);
> > -}
> > -
>
> A specialization isn't necessary for GUniquePtr?
Yes, good catch! I forgot to git add another file :-P
--
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