[Webkit-unassigned] [Bug 104849] Web Inspector: Don't throw exceptions when we don't have a callstack

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 14 00:04:49 PST 2012


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





--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2012-12-14 00:07:10 PST ---
(From update of attachment 179132)
View in context: https://bugs.webkit.org/attachment.cgi?id=179132&action=review

> Source/WebCore/inspector/front-end/ScriptsPanel.js:307
> +            if (details.callFrames.length) 

Out of curiosity: have you seen this happening? We expect at least one call frame at all times. Could be related to live editing?

> Source/WebCore/inspector/front-end/ScriptsPanel.js:310
> +                this.sidebarPanes.callstack.setStatus(WebInspector.UIString("Paused, reason unknown."));

I don't think we need this line since we will anyways see the problem due to no call frames.

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