Bug 127581

Summary: Bad assertion in CodeBlock::removeBreakpoint()
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: joepeck
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. joepeck: review+

Mark Lam
Reported 2014-01-24 13:34:41 PST
The assertion should be "ASSERT(m_numBreakpoints >= numBreakpoints);", not "ASSERT(m_numBreakpoints > numBreakpoints);". Patch coming.
Attachments
the patch. (1.19 KB, patch)
2014-01-24 13:36 PST, Mark Lam
joepeck: review+
Mark Lam
Comment 1 2014-01-24 13:36:29 PST
Created attachment 222149 [details] the patch.
Joseph Pecoraro
Comment 2 2014-01-24 13:39:32 PST
Comment on attachment 222149 [details] the patch. r=me
Mark Lam
Comment 3 2014-01-24 13:42:36 PST
Note You need to log in before you can comment on or make changes to this bug.