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