[webkit-reviews] review granted: [Bug 86450] showNodePath will be useful for debugging purpose. : [Attachment 142127] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 21:48:35 PDT 2012


Hajime Morrita <morrita at google.com> has granted Takashi Sakamoto
<tasak at google.com>'s request for review:
Bug 86450: showNodePath will be useful for debugging purpose.
https://bugs.webkit.org/show_bug.cgi?id=86450

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

------- Additional Comments from Hajime Morrita <morrita at google.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=142127&action=review


Please take care of of ShadowRoot, please...

> Source/WebCore/dom/Node.cpp:2234
> +    while (index) {

Let's loop with for() if there is no specific reason.


More information about the webkit-reviews mailing list