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 344f905d6428c2712305e9f15faa3fac3cf62a80..bfa49fdf739d35ca6b521a9a0df0168b85773c6a 100644 |
--- a/third_party/WebKit/Source/modules/fetch/FetchManager.cpp |
+++ b/third_party/WebKit/Source/modules/fetch/FetchManager.cpp |
@@ -676,6 +676,7 @@ void FetchManager::Loader::start() { |
} |
void FetchManager::Loader::dispose() { |
+ InspectorInstrumentation::detachClientRequest(m_executionContext, this); |
// Prevent notification |
m_fetchManager = nullptr; |
if (m_loader) { |