Index: third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp |
diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp b/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp |
index ba6daf99d244461fdb7a096972c5813a9ba0139f..2d4187b5f8f1b8ef48a1f999cb625cae0862fd0c 100644 |
--- a/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp |
+++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp |
@@ -121,8 +121,7 @@ class ThreadedWorkletMessagingProxyForTest |
std::move(cachedMetaData), DontPauseWorkerGlobalScopeOnStart, |
&contentSecurityPolicyHeaders, referrerPolicy, m_securityOrigin.get(), |
workerClients, WebAddressSpaceLocal, &originTrialTokens, |
- std::move(workerSettings), WorkerV8Settings::Default(), |
- false /* inspectorNetworkCapability */)); |
+ std::move(workerSettings), WorkerV8Settings::Default())); |
workerInspectorProxy()->workerThreadCreated( |
toDocument(getExecutionContext()), m_workerThread.get(), scriptURL); |
} |