| Index: content/browser/resources/media/main.js
|
| diff --git a/content/browser/resources/media/main.js b/content/browser/resources/media/main.js
|
| index cb239da2d5448495ab96c902819b3eb47f9c3916..ee406b11f3ac07a1eabaa523dd0e0d5804fe7bad 100644
|
| --- a/content/browser/resources/media/main.js
|
| +++ b/content/browser/resources/media/main.js
|
| @@ -39,7 +39,7 @@ var media = (function() {
|
| manager = theManager;
|
| };
|
|
|
| - media.onReceiveEverything = function(everything) {
|
| + media.onReceiveAudioStreamData = function(everything) {
|
| for (var component in everything) {
|
| media.updateAudioComponent(everything[component]);
|
| }
|
|
|