| Index: third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.cpp b/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.cpp
|
| index 2a35cc341356b16e3a920e289de4e408ddf1ef14..b3a22c55371c8b5dd26eba57e685620f9eedad06 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.cpp
|
| @@ -264,7 +264,7 @@ private:
|
| if (m_loaderStarted)
|
| return;
|
| m_loaderStarted = true;
|
| - m_loaderContextHolder->postTask(threadSafeBind(&LoaderContext::start));
|
| + m_loaderContextHolder->postTask(crossThreadBind(&LoaderContext::start));
|
| }
|
|
|
| void clearBlobDataHandleForDrain()
|
|
|