RESOLVED FIXED127581
Bad assertion in CodeBlock::removeBreakpoint()
https://bugs.webkit.org/show_bug.cgi?id=127581
Summary Bad assertion in CodeBlock::removeBreakpoint()
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.