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

Unified Diff: Source/core/workers/WorkerThreadStartupData.cpp

Issue 1100413004: workers: Move ownership of WebThread from WorkerThread (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 8 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: Source/core/workers/WorkerThreadStartupData.cpp
diff --git a/Source/core/workers/WorkerThreadStartupData.cpp b/Source/core/workers/WorkerThreadStartupData.cpp
index 92e157c5004a9c097758dfaf9ff10c601cf46fca..1fbb5cf5d5b72468451647f13ea9a62702697b63 100644
--- a/Source/core/workers/WorkerThreadStartupData.cpp
+++ b/Source/core/workers/WorkerThreadStartupData.cpp
@@ -46,6 +46,7 @@ WorkerThreadStartupData::WorkerThreadStartupData(const KURL& scriptURL, const St
, m_starterOrigin(starterOrigin)
, m_workerClients(workerClients)
, m_v8CacheOptions(v8CacheOptions)
+ , m_thread(nullptr)
{
}
« Source/core/workers/WorkerThread.h ('K') | « Source/core/workers/WorkerThreadStartupData.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698