[webkit-reviews] review granted: [Bug 127431] [GLIB] Use GUniquePtr instead of GOwnPtr : [Attachment 221876] Updated patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 22 17:31:26 PST 2014


Martin Robinson <mrobinson at webkit.org> has granted Carlos Garcia Campos
<cgarcia at igalia.com>'s request for review:
Bug 127431: [GLIB] Use GUniquePtr instead of GOwnPtr
https://bugs.webkit.org/show_bug.cgi?id=127431

Attachment 221876: Updated patch
https://bugs.webkit.org/attachment.cgi?id=221876&action=review

------- Additional Comments from Martin Robinson <mrobinson at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=221876&action=review


This is a very large patch, but appears to be largely mechanical.

> Source/WebCore/platform/network/soup/GUniquePtrSoup.h:2
> + *  Copyright (C) 2010 Igalia S.L

Probably want to use 2014 here.

> Source/WebCore/platform/network/soup/GUniquePtrSoup.h:24
> +#include <libsoup/soup.h>
> +#include <wtf/gobject/GUniquePtr.h>

One disadvantage of this is that we include third-party headers in more places,
so this has the potential to impact compilation time. I suppose that isn't a
*huge* issue though.


More information about the webkit-reviews mailing list