[webkit-reviews] review canceled: [Bug 111061] Web Inspector: Adding existing key in DOMStorageItemsView leaves it inconsistent state : [Attachment 190691] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 28 03:29:06 PST 2013


Alexander Pavlov (apavlov) <apavlov at chromium.org> has canceled Vivek Galatage
<vivekg at webkit.org>'s request for review:
Bug 111061: Web Inspector: Adding existing key in DOMStorageItemsView leaves it
inconsistent state
https://bugs.webkit.org/show_bug.cgi?id=111061

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

------- Additional Comments from Alexander Pavlov (apavlov)
<apavlov at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=190691&action=review


> Source/WebCore/inspector/front-end/DOMStorageItemsView.js:150
> +		       childNode.parent.removeChild(childNode);

Sorry for missing this. You can replace "childNode.parent" by "rootNode",
right?


More information about the webkit-reviews mailing list