| Index: Source/modules/webaudio/OfflineAudioDestinationNode.h
 | 
| diff --git a/Source/modules/webaudio/OfflineAudioDestinationNode.h b/Source/modules/webaudio/OfflineAudioDestinationNode.h
 | 
| index 0f935c7ba27b32002f5f52033e5a81944f5b4951..3f6fb4bed28d13c3df4ec4a40efff6e20f029b10 100644
 | 
| --- a/Source/modules/webaudio/OfflineAudioDestinationNode.h
 | 
| +++ b/Source/modules/webaudio/OfflineAudioDestinationNode.h
 | 
| @@ -66,7 +66,7 @@ private:
 | 
|      RefPtr<AudioBus> m_renderBus;
 | 
|  
 | 
|      // Rendering thread.
 | 
| -    OwnPtr<blink::WebThread> m_renderThread;
 | 
| +    OwnPtr<WebThread> m_renderThread;
 | 
|      bool m_startedRendering;
 | 
|      void offlineRender();
 | 
|  
 | 
| 
 |