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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 11 15:13:27 PDT 2011


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





--- Comment #25 from Adam Barth <abarth at webkit.org>  2011-10-11 15:13:27 PST ---
(From update of attachment 110585)
View in context: https://bugs.webkit.org/attachment.cgi?id=110585&action=review

> Source/WebCore/bindings/scripts/CodeGeneratorV8.pm:1183
> +        char prefix[64];
> +        sprintf(prefix, \"listener/%p/\", listener.get());
> +        args.Holder()->${hiddenValueAction}HiddenValue(v8::String::Concat(v8::String::New(prefix), args[0]->ToString())${hiddenValueExtraArgs});

I'm still skeptical about this approach.  This doesn't seem like the right way of solving this problem.

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