OwnPtr does not have as support for Eina_Hash, this patch adds implementation so it can be used by https://bugs.webkit.org/show_bug.cgi?id=74921.
Created attachment 139164 [details] proposed patch
Comment on attachment 139164 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=139164&action=review > Source/WTF/wtf/OwnPtrCommon.h:47 > +typedef struct _Eina_Hash Eina_Hash; Please keep this list (as well as the others) sorted.
Created attachment 140496 [details] fixed order Fixed alphabetical order in OwnPtrCommon.h and moved new method above other Eina_* method as order is not kept there.
LGTM.
Comment on attachment 140496 [details] fixed order Looks good. Thanks.
Comment on attachment 140496 [details] fixed order Clearing flags on attachment: 140496 Committed r116640: <http://trac.webkit.org/changeset/116640>
All reviewed patches have been landed. Closing bug.