| Index: third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp b/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp
|
| index f5834c2923b54b9be9c4a86bb86f7c49de0a6475..eb91aa8461a14f36ffed2407402d3d3c8aa38174 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp
|
| @@ -195,7 +195,7 @@ void DataConsumerHandleTestUtil::ReplayingHandle::Context::notify()
|
| if (!m_client)
|
| return;
|
| ASSERT(m_readerThread);
|
| - m_readerThread->getWebTaskRunner()->postTask(BLINK_FROM_HERE, threadSafeBind(&Context::notifyInternal, this));
|
| + m_readerThread->getWebTaskRunner()->postTask(BLINK_FROM_HERE, threadSafeBind(&Context::notifyInternal, wrapPassRefPtr(this)));
|
| }
|
|
|
| void DataConsumerHandleTestUtil::ReplayingHandle::Context::notifyInternal()
|
|
|