[Webkit-unassigned] [Bug 31288] Add a function to show render tree for debugging

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


https://bugs.webkit.org/show_bug.cgi?id=31288


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44009|review?                     |review+
               Flag|                            |




--- Comment #7 from Darin Adler <darin at apple.com>  2009-12-07 10:30:16 PST ---
(From update of attachment 44009)
> +    for (const WebCore::RenderObject* child = firstChild(); child; child = child->nextSibling())

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

r=me

-- 
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