[webkit-reviews] review granted: [Bug 35899] Switching malloc implementations requires a world rebuild : [Attachment 50429] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 10 15:07:32 PST 2010


Sam Weinig <sam at webkit.org> has granted Geoffrey Garen <ggaren at apple.com>'s
request for review:
Bug 35899: Switching malloc implementations requires a world rebuild
https://bugs.webkit.org/show_bug.cgi?id=35899

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

------- Additional Comments from Sam Weinig <sam at webkit.org>
> +    for (void* free = span->objects; free != NULL; free = *((void**) free))
> +	   if (ptr == free)
> +	       return 0;

Braces please.

r=me


More information about the webkit-reviews mailing list