[webkit-reviews] review granted: [Bug 14410] Dragging a resource in the sidebar should drag it's URL : [Attachment 33365] Fixed Based on Review

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 23 14:46:18 PDT 2009


Timothy Hatcher <timothy at hatcher.name> has granted Joseph Pecoraro
<joepeck02 at gmail.com>'s request for review:
Bug 14410: Dragging a resource in the sidebar should drag it's URL
https://bugs.webkit.org/show_bug.cgi?id=14410

Attachment 33365: Fixed Based on Review
https://bugs.webkit.org/attachment.cgi?id=33365&action=review

------- Additional Comments from Timothy Hatcher <timothy at hatcher.name>
Sorry to keep nitpicking, but this for loop could be a while loop like:

while (this._listItemNode.hasChildNodes())
   link.appendChild(this._listItemNode.firstChild);


More information about the webkit-reviews mailing list