[Webkit-unassigned] [Bug 35992] Crash at MediaPlayer::duration()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 11 12:54:45 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=35992
Eric Carlson <eric.carlson at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #50529|review?, commit-queue? |review-
Flag| |
--- Comment #8 from Eric Carlson <eric.carlson at apple.com> 2010-03-11 12:54:45 PST ---
(From update of attachment 50529)
22 function duration()
23 {
24 var d = video.duration;
25 if (count++ >= 10 && window.layoutTestController)
26 layoutTestController.notifyDone();
27 }
I should have noticed this the first time around, but what is magic about 10,
what makes you certain that this will work on both fast and slow machines? Can
you trigger the crash by getting the duration from an onload handler in the
child document (or from a function called via settimout() called from an onload
handler)?
--
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