| Index: third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp b/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp
|
| index 72efc30ce371628a82755179d654c2adfabdb00f..59dd851cca9d43f87c88b40c2aa24dcc949cf9f5 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp
|
| @@ -54,8 +54,7 @@ class GlobalFetchImpl final
|
| if (exceptionState.hadException())
|
| return ScriptPromise();
|
|
|
| - InspectorInstrumentation::willSendXMLHttpOrFetchNetworkRequest(
|
| - executionContext, r->url());
|
| + probe::willSendXMLHttpOrFetchNetworkRequest(executionContext, r->url());
|
| return m_fetchManager->fetch(scriptState, r->passRequestData(scriptState));
|
| }
|
|
|
|
|