Index: third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp |
diff --git a/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp b/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp |
index 06663d12d2854378ba269a17136ef0abeef728e4..f1a13ac35914f5ca2bc45b8978d9112006394943 100644 |
--- a/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp |
+++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp |
@@ -124,7 +124,7 @@ |
"" /* referrerPolicy */, m_securityOrigin.get(), |
nullptr /* workerClients */, WebAddressSpaceLocal, |
nullptr /* originTrialTokens */, nullptr /* workerSettings */, |
- WorkerV8Settings::Default(), false /* inspectorNetworkCapability */)); |
+ WorkerV8Settings::Default())); |
workerInspectorProxy()->workerThreadCreated( |
toDocument(getExecutionContext()), m_workerThread.get(), scriptURL); |