RESOLVED FIXED 86459
MediaStream API: Setting onended on a LocalMediaStream triggers an assertion in V8
https://bugs.webkit.org/show_bug.cgi?id=86459
Summary MediaStream API: Setting onended on a LocalMediaStream triggers an assertion ...
Tommy Widenflycht
Reported 2012-05-15 03:11:34 PDT
Setting onended on a MediaStream (either remote or created) works just fine. LocalMediaStream inherits from MediaStream, but only MediaStream have the EventTarget idl attribute. Adding the attribute to LocalMediaStream as well fixes the issue.
Attachments
Patch (4.26 KB, patch)
2012-05-15 03:15 PDT, Tommy Widenflycht
no flags
Tommy Widenflycht
Comment 1 2012-05-15 03:15:45 PDT
Adam Barth
Comment 2 2012-05-15 10:32:01 PDT
Comment on attachment 141907 [details] Patch Yeah, it's lame that we don't inherit these sorts of attributes.
WebKit Review Bot
Comment 3 2012-05-15 11:14:59 PDT
Comment on attachment 141907 [details] Patch Clearing flags on attachment: 141907 Committed r117102: <http://trac.webkit.org/changeset/117102>
WebKit Review Bot
Comment 4 2012-05-15 11:15:05 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.