| Index: third_party/WebKit/Source/modules/fetch/FetchManager.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchManager.cpp b/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
|
| index 900b1e926ff520ec9b304f6c89aa8d7119c0057f..833e2c6c94344fa8d9b5a01618279fbeebd5be2f 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
|
| @@ -838,6 +838,8 @@ void FetchManager::Loader::performHTTPFetch(bool corsFlag,
|
| break;
|
| }
|
| InspectorInstrumentation::willStartFetch(m_executionContext, this);
|
| + // TODO(yhirano): Remove this CHECK once https://crbug.com/667254 is fixed.
|
| + CHECK(!m_loader);
|
| m_loader =
|
| ThreadableLoader::create(*m_executionContext, this,
|
| threadableLoaderOptions, resourceLoaderOptions);
|
|
|