[Webkit-unassigned] [Bug 46738] Web Inspector: add event listener breakpoints sidebar pane

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 6 23:50:28 PDT 2010


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





--- Comment #14 from Yury Semikhatsky <yurys at chromium.org>  2010-10-06 23:50:27 PST ---
(From update of attachment 69778)
View in context: https://bugs.webkit.org/attachment.cgi?id=69778&action=review

>>> WebCore/inspector/front-end/BreakpointManager.js:292
>>> +            if (breakpointId)
>> 
>> it'd be harmless to do the assignment even if breakpointId is undefined.
> 
> breakpointId is 0 if breakpoint was not set on backend.

Then we should mark this breakpoint as invalid somehow, having _id === 0 could be one of the possibilities.

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