Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(605)

Unified Diff: third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp

Issue 2620463002: Show service worker navigation preload requests in DevTools Network tab (Closed)
Patch Set: fix crash Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
index 1a01f3b303afc2b141abfe19ea4397454afd769f..3514ae142c2616cf0c68e7c6e429db40a1df195c 100644
--- a/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
+++ b/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
@@ -281,7 +281,8 @@ TEST_F(WorkerThreadTest, Terminate_WhileDebuggerTaskIsRunningOnInitialization) {
PauseWorkerGlobalScopeOnStart, headers.get(), "",
m_securityOrigin.get(), nullptr, /* workerClients */
WebAddressSpaceLocal, nullptr /* originTrialToken */,
- nullptr /* WorkerSettings */, WorkerV8Settings::Default());
+ nullptr /* WorkerSettings */, WorkerV8Settings::Default(),
+ false /* inspectorNetworkCapability */);
m_workerThread->start(std::move(startupData));
// Used to wait for worker thread termination in a debugger task on the

Powered by Google App Engine
This is Rietveld 408576698