| Index: third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.cpp
 | 
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.cpp b/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.cpp
 | 
| index b269c49947d20038caf836be93ccdfc77a06c260..f5eea247a774b645966ee5b6ccb6e35cf9056108 100644
 | 
| --- a/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.cpp
 | 
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.cpp
 | 
| @@ -61,7 +61,7 @@ void AudioDestinationHandler::render(AudioBus* sourceBus, AudioBus* destinationB
 | 
|      if (!context())
 | 
|          return;
 | 
|  
 | 
| -    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
 | 
| 
 |