| 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 316b9c415dc4e187bbb7482fb135a83b9c23167a..bdde90f150f6c7790982d29423f65771c629f1e2 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.cpp
|
| @@ -757,7 +757,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, retainedRef(this)));
|
| }
|
|
|
| void AbstractAudioContext::notifyStateChange()
|
|
|