[Webkit-unassigned] [Bug 15731] REGRESSION(r27176): Reproducible crash while trying to order dinner makes bdash sad

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 28 13:11:00 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15731





------- Comment #7 from john at johnmoe.com  2007-10-28 13:11 PDT -------
Reduction:
<script>
setTimeout('',1000);
clearTimeout(0);
clearTimeout(0);
window.location = 'about:blank';
</script>

In pauseTimeouts, d->m_timeouts.size() is returning a negative number.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list