| Index: Source/core/workers/WorkerThreadStartupData.cpp
|
| diff --git a/Source/core/workers/WorkerThreadStartupData.cpp b/Source/core/workers/WorkerThreadStartupData.cpp
|
| index dfab7981a68e6a014bff83480c6f460614b4b26a..92e157c5004a9c097758dfaf9ff10c601cf46fca 100644
|
| --- a/Source/core/workers/WorkerThreadStartupData.cpp
|
| +++ b/Source/core/workers/WorkerThreadStartupData.cpp
|
| @@ -53,9 +53,4 @@ WorkerThreadStartupData::~WorkerThreadStartupData()
|
| {
|
| }
|
|
|
| -DEFINE_TRACE(WorkerThreadStartupData)
|
| -{
|
| - visitor->trace(m_workerClients);
|
| -}
|
| -
|
| } // namespace blink
|
|
|