[webkit-reviews] review granted: [Bug 30337] Web Inspector: Should be able to delete nodes from the Elements Tree : [Attachment 41118] Fixes Leak

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 13 13:01:54 PDT 2009


Pavel Feldman <pfeldman at chromium.org> has granted Brian Weinstein
<bweinstein at apple.com>'s request for review:
Bug 30337: Web Inspector: Should be able to delete nodes from the Elements Tree
https://bugs.webkit.org/show_bug.cgi?id=30337

Attachment 41118: Fixes Leak
https://bugs.webkit.org/attachment.cgi?id=41118&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
> +	       if (removedNodeId == -1)
> +		   return;

Use removedNodeId === -1 instead.


More information about the webkit-reviews mailing list