[Webkit-unassigned] [Bug 121537] Crashed while visit http://html5video.org/wiki/HTML5_Demos

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 18 01:14:47 PDT 2013


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





--- Comment #2 from Xueqing Huang <xqhuang.webkit at gmail.com>  2013-09-18 01:13:55 PST ---
If QuickTime(wasn't QuickTime SDK) didn't installed, |MediaPlayer::isAvailable()| in |audioConstructor| return false then HTMLUnknownElement was created to insteated of HTMLAudioElement.
|isHTMLAudioElement(node)| in |isReachableFromDOM| just check whether element has "audio" tag name, |toHTMLAudioElement(node)| cast HTMLUnknownElement to HTMLAudioElement illegally then call |paused()|.

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