| 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 e6cebb9a643c31453114008c0026b532952025e6..7703ffb4cc59bf2955c62015b713b48e67079a3e 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -116,7 +116,7 @@ class XMLHttpRequest;
|
| void willPopShadowRoot([Keep] Element* host, ShadowRoot*);
|
|
|
| [DOMDebugger]
|
| - void willSendXMLHttpRequest(ExecutionContext*, const String& url);
|
| + void willSendXMLHttpOrFetchNetworkRequest(ExecutionContext*, const String& url);
|
|
|
| [DOMDebugger]
|
| void didFireWebGLError(Element*, const String& errorName);
|
|
|