| Index: Source/modules/webaudio/AsyncAudioDecoder.cpp
|
| diff --git a/Source/modules/webaudio/AsyncAudioDecoder.cpp b/Source/modules/webaudio/AsyncAudioDecoder.cpp
|
| index 6bde9d67aa5ad86306449f42e5b72338f3fdeee4..338056449f4c069cd9161740a17d1eaaa00787aa 100644
|
| --- a/Source/modules/webaudio/AsyncAudioDecoder.cpp
|
| +++ b/Source/modules/webaudio/AsyncAudioDecoder.cpp
|
| @@ -39,7 +39,7 @@
|
| namespace WebCore {
|
|
|
| AsyncAudioDecoder::AsyncAudioDecoder()
|
| - : m_thread(adoptPtr(WebKit::Platform::current()->createThread("Audio Decoder")))
|
| + : m_thread(adoptPtr(blink::Platform::current()->createThread("Audio Decoder")))
|
| {
|
| }
|
|
|
|
|