| Index: Source/modules/webaudio/AudioContext.cpp
|
| diff --git a/Source/modules/webaudio/AudioContext.cpp b/Source/modules/webaudio/AudioContext.cpp
|
| index c83cd758fc603b2600c1117d77e63367f65402c7..c11be578fca34efd56705861a5d53d88d92c7206 100644
|
| --- a/Source/modules/webaudio/AudioContext.cpp
|
| +++ b/Source/modules/webaudio/AudioContext.cpp
|
| @@ -777,7 +777,7 @@ void AudioContext::setContextState(AudioContextState newState)
|
|
|
| // Notify context that state changed
|
| if (executionContext())
|
| - executionContext()->postTask(createSameThreadTask(&AudioContext::notifyStateChange, this));
|
| + executionContext()->postTask(FROM_HERE, createSameThreadTask(&AudioContext::notifyStateChange, this));
|
| }
|
|
|
| void AudioContext::notifyStateChange()
|
|
|