| Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| index b0112b21eb9e68d2ab6294573f92bf2968487e2a..ebc7cf94c16b190ec6f153a09aa62f44028953a9 100644
|
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
| @@ -650,7 +650,7 @@ bool XMLHttpRequest::initSend(ExceptionState& exceptionState)
|
|
|
| void XMLHttpRequest::send(const ArrayBufferOrArrayBufferViewOrBlobOrDocumentOrStringOrFormData& body, ExceptionState& exceptionState)
|
| {
|
| - InspectorInstrumentation::willSendXMLHttpRequest(getExecutionContext(), url());
|
| + InspectorInstrumentation::willSendXMLHttpOrFetchNetworkRequest(getExecutionContext(), url());
|
|
|
| if (body.isNull()) {
|
| send(String(), exceptionState);
|
|
|