[Webkit-unassigned] [Bug 72698] [GTK] media/audio-garbage-collect.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 6 09:09:27 PST 2012


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





--- Comment #8 from Eugene Nalimov <enal at google.com>  2012-03-06 09:09:28 PST ---
Then my guess would be that JSC/GTK contains bug similar to v8 one I fixed.

I had to fix 2 different bugs in V8:
* One in HTMLAudioElement, it was not "active" object (i.e. object that can have some hidden activity, meaning that it cannot be collected before it finishes that activity).
* Second bug was is v8 bindings, code handling active objects was not designed to work with active objects derived from "Node".

For details please see
https://bugs.webkit.org/show_bug.cgi?id=66878
https://bugs.webkit.org/show_bug.cgi?id=70421

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