| Index: Source/modules/fetch/CompositeDataConsumerHandle.cpp
|
| diff --git a/Source/modules/fetch/CompositeDataConsumerHandle.cpp b/Source/modules/fetch/CompositeDataConsumerHandle.cpp
|
| index 97c2580bfcfd7cf74879fc3b616ed2ed8c9334cb..aa89c7fc51d970ae50c44f36e136c05d08722df4 100644
|
| --- a/Source/modules/fetch/CompositeDataConsumerHandle.cpp
|
| +++ b/Source/modules/fetch/CompositeDataConsumerHandle.cpp
|
| @@ -141,7 +141,7 @@ private:
|
| return;
|
| }
|
| ++m_token;
|
| - m_readerThread->postTask(FROM_HERE, new Task(threadSafeBind(&Context::updateReader, this, m_token)));
|
| + m_readerThread->defaultTaskRunner()->postTask(FROM_HERE, new Task(threadSafeBind(&Context::updateReader, this, m_token)));
|
| }
|
|
|
| OwnPtr<Reader> m_reader;
|
|
|