Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
index 768c6b085953d0f82e72592810ce4717db57d6a2..2d725e664f4e8ed73bb9e6b83fbe27230a26175a 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
@@ -212,6 +212,10 @@ class XMLHttpRequest; |
[Network] |
void didFinishFetch([Keep] ExecutionContext*, ThreadableLoaderClient*, const AtomicString& method, const String& url); |
+ // Detach and remove all references to the given client. |
+ [Network] |
+ void detachClientRequest(ExecutionContext*, ThreadableLoaderClient*); |
+ |
[Network] |
void scriptImported(ExecutionContext*, unsigned long identifier, const String& sourceString); |