| Index: third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp b/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
|
| index 29a9bce846898a5ce84df48aaa46c0a7f07f7843..f82b93abecc2c78ca57ac9a6d0d8796364db2f99 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
|
| @@ -217,7 +217,7 @@
|
| // The actual rendering has been completed. Notify the context.
|
| if (context()->getExecutionContext()) {
|
| context()->getExecutionContext()->postTask(BLINK_FROM_HERE,
|
| - createCrossThreadTask(&OfflineAudioDestinationHandler::notifyComplete, AllowCrossThreadAccess(this)));
|
| + createCrossThreadTask(&OfflineAudioDestinationHandler::notifyComplete, this));
|
| }
|
| }
|
|
|
|
|