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