| Index: Source/modules/webaudio/OfflineAudioDestinationNode.cpp
|
| diff --git a/Source/modules/webaudio/OfflineAudioDestinationNode.cpp b/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
|
| index 046538d9ab0188764daf6e3f9eae91236a964bcb..1ce15397b789ba4c0a7433261c029d4baa702939 100644
|
| --- a/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
|
| +++ b/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
|
| @@ -151,7 +151,7 @@
|
|
|
| // Our work is done. Let the AudioContext know.
|
| if (context()->executionContext())
|
| - context()->executionContext()->postTask(FROM_HERE, createCrossThreadTask(&OfflineAudioDestinationNode::notifyComplete, this));
|
| + context()->executionContext()->postTask(createCrossThreadTask(&OfflineAudioDestinationNode::notifyComplete, this));
|
| }
|
|
|
| void OfflineAudioDestinationNode::notifyComplete()
|
|
|