| Index: third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.cpp b/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.cpp
|
| index b9082f9a3d64e14c00199d0a0ea36e4dcedf5f60..86aafbf89fd72ed8870a2875c6e689d2615b28ba 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.cpp
|
| @@ -562,7 +562,7 @@ void AbstractAudioContext::setContextState(AudioContextState newState)
|
|
|
| // Notify context that state changed
|
| if (getExecutionContext())
|
| - getExecutionContext()->postTask(BLINK_FROM_HERE, createSameThreadTask(&AbstractAudioContext::notifyStateChange, this));
|
| + getExecutionContext()->postTask(BLINK_FROM_HERE, createSameThreadTask(&AbstractAudioContext::notifyStateChange, wrapCrossThreadPersistent(this)));
|
| }
|
|
|
| void AbstractAudioContext::notifyStateChange()
|
|
|