[webkit-reviews] review granted: [Bug 56376] ASSERTION FAILED: !HashTranslator::equal(KeyTraits::emptyValue(), key) : [Attachment 85821] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 16 08:47:54 PDT 2011


Yury Semikhatsky <yurys at chromium.org> has granted Pavel Feldman
<pfeldman at chromium.org>'s request for review:
Bug 56376: ASSERTION FAILED: !HashTranslator::equal(KeyTraits::emptyValue(),
key)
https://bugs.webkit.org/show_bug.cgi?id=56376

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

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=85821&action=review

> Source/WebCore/inspector/InspectorBrowserDebuggerAgent.cpp:270
> +    Node* parentNode = InspectorDOMAgent::innerParentNode(node);

Should it be changed to 
else if(Node* parentNode = InspectorDOMAgent::innerParentNode(node)) { ... ?


More information about the webkit-reviews mailing list