[Webkit-unassigned] [Bug 66878] HTMLAudioElement can be garbage collected while it playing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 21 08:19:23 PDT 2011


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





--- Comment #3 from Eric Carlson <eric.carlson at apple.com>  2011-09-21 08:19:23 PST ---
This used to be special cased in the JS bindings, see https://bugs.webkit.org/attachment.cgi?id=32247&action=review. I am not sure when isObservableThroughDOM when away, but I would *think* that a playing media element would not be collected because HTMLMediaElement derives from ActiveDOMObject and HTMLMediaElement::hasPendingActivity returns true when there are pending events. Is this not true in Chrome with your test case?

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