| 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)
|
| {
|
| }
|
|
|
|
|