[webkit-reviews] review granted: [Bug 31288] Add a function to show render tree for debugging : [Attachment 44009] Patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 7 10:30:15 PST 2009


Darin Adler <darin at apple.com> has granted Shinichiro Hamaji
<hamaji at chromium.org>'s request for review:
Bug 31288: Add a function to show render tree for debugging
https://bugs.webkit.org/show_bug.cgi?id=31288

Attachment 44009: Patch v2
https://bugs.webkit.org/attachment.cgi?id=44009&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> +    for (const WebCore::RenderObject* child = firstChild(); child; child =
child->nextSibling())

I don't think the WebCore prefix is needed here.

r=me


More information about the webkit-reviews mailing list