[Webkit-unassigned] [Bug 127431] [GLIB] Use GUniquePtr instead of GOwnPtr
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 22 10:56:57 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127431
--- Comment #6 from Martin Robinson <mrobinson at webkit.org> 2014-01-22 10:54:25 PST ---
(From update of attachment 221874)
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?
--
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