[Webkit-unassigned] [Bug 56376] ASSERTION FAILED: !HashTranslator::equal(KeyTraits::emptyValue(), key)

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


https://bugs.webkit.org/show_bug.cgi?id=56376


Yury Semikhatsky <yurys at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #85821|review?                     |review+
               Flag|                            |




--- Comment #5 from Yury Semikhatsky <yurys at chromium.org>  2011-03-16 08:47:55 PST ---
(From update of attachment 85821)
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)) { ... ?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list