RESOLVED FIXED 122612
Making the base implementation of isAudioStreamSource, in MediaStreamSource, return the correct value
https://bugs.webkit.org/show_bug.cgi?id=122612
Summary Making the base implementation of isAudioStreamSource, in MediaStreamSource, ...
Thiago de Barros Lacerda
Reported 2013-10-10 12:01:00 PDT
There is no reason for this implementation, in the base class, to always return false if we already have the information about the type of the source.
Attachments
Patch (1.59 KB, patch)
2013-10-10 12:06 PDT, Thiago de Barros Lacerda
no flags
Patch (2.30 KB, patch)
2013-10-10 17:00 PDT, Thiago de Barros Lacerda
no flags
Thiago de Barros Lacerda
Comment 1 2013-10-10 12:06:14 PDT
Jer Noble
Comment 2 2013-10-10 15:25:10 PDT
This is great, but it doesn't go far enough. :) Could you also remove the isAudioStreamSource() method from MediaStreamAudioSource and make this method non-virtual?
Thiago de Barros Lacerda
Comment 3 2013-10-10 17:00:25 PDT
Jer Noble
Comment 4 2013-10-10 17:13:26 PDT
Comment on attachment 213948 [details] Patch r=me.
WebKit Commit Bot
Comment 5 2013-10-10 17:39:23 PDT
Comment on attachment 213948 [details] Patch Clearing flags on attachment: 213948 Committed r157280: <http://trac.webkit.org/changeset/157280>
WebKit Commit Bot
Comment 6 2013-10-10 17:39:26 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.