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 65829d38362d631ba21514478439cd4c052306f3..f82b93abecc2c78ca57ac9a6d0d8796364db2f99 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp |
+++ b/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp |
@@ -253,7 +253,7 @@ bool OfflineAudioDestinationHandler::renderIfNotSuspended(AudioBus* sourceBus, A |
if (!context()) |
return false; |
- context()->deferredTaskHandler().setAudioThread(currentThread()); |
+ context()->deferredTaskHandler().setAudioThreadToCurrentThread(); |
// If the destination node is not initialized, pass the silence to the final |
// audio destination (one step before the FIFO). This check is for the case |