| Index: Source/modules/webaudio/AsyncAudioDecoder.cpp
|
| diff --git a/Source/modules/webaudio/AsyncAudioDecoder.cpp b/Source/modules/webaudio/AsyncAudioDecoder.cpp
|
| index 0711291efd1a3bd546c8cf23e5b823866b97a389..fc678cb62426d24eca2d0c19595a31a9f12ac534 100644
|
| --- a/Source/modules/webaudio/AsyncAudioDecoder.cpp
|
| +++ b/Source/modules/webaudio/AsyncAudioDecoder.cpp
|
| @@ -41,7 +41,7 @@
|
| namespace blink {
|
|
|
| AsyncAudioDecoder::AsyncAudioDecoder()
|
| - : m_thread(adoptPtr(blink::Platform::current()->createThread("Audio Decoder")))
|
| + : m_thread(adoptPtr(Platform::current()->createThread("Audio Decoder")))
|
| {
|
| }
|
|
|
|
|