[Webkit-unassigned] [Bug 56334] Web Inspector: crash upon "//html//@id" search in elements panel.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 14 16:52:22 PDT 2011


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





--- Comment #3 from Alexey Proskuryakov <ap at webkit.org>  2011-03-14 16:52:21 PST ---
(From update of attachment 85719)
View in context: https://bugs.webkit.org/attachment.cgi?id=85719&action=review

> Source/WebCore/inspector/InspectorDOMAgent.cpp:211
>              if (!ec)

In WebCore, any code that looks at exception codes is responsible for initializing them. So, there should be "ec = 0;" inside the loop.

-- 
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