[webkit-reviews] review granted: [Bug 26602] Web Inspector: caret moves past prompt in javascript console : [Attachment 51037] [PATCH] Manual removal of empty Text nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 09:54:05 PDT 2010


Pavel Feldman <pfeldman at chromium.org> has granted Alexander Pavlov (apavlov)
<apavlov at chromium.org>'s request for review:
Bug 26602: Web Inspector: caret moves past prompt in javascript console
https://bugs.webkit.org/show_bug.cgi?id=26602

Attachment 51037: [PATCH] Manual removal of empty Text nodes
https://bugs.webkit.org/attachment.cgi?id=51037&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
> +		   if (sibling.nodeName === "#text" && sibling.nodeValue ===
"")

Use nodeType === Node.TEXT_NODE instead.


More information about the webkit-reviews mailing list