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

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

Issue 1041053005: Oilpan: fix WorkerThreadStartupData finalization handling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use CrossThreadPersistent Created 5 years, 9 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 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

Powered by Google App Engine
This is Rietveld 408576698