mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 1183356 - Part 1: Use the outer window when refreshing media elements; r=baku
This commit is contained in:
parent
67e7a4902e
commit
8447149ff4
@ -3739,7 +3739,7 @@ void
|
||||
nsPIDOMWindow::RefreshMediaElements()
|
||||
{
|
||||
nsRefPtr<AudioChannelService> service = AudioChannelService::GetOrCreate();
|
||||
service->RefreshAgentsVolume(GetCurrentInnerWindow());
|
||||
service->RefreshAgentsVolume(GetOuterWindow());
|
||||
}
|
||||
|
||||
// nsISpeechSynthesisGetter
|
||||
|
Loading…
Reference in New Issue
Block a user