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

Unified Diff: Source/core/workers/WorkerMessagingProxy.h

Issue 1212643004: [Oilpan] Apply RefCountedGarbageCollectedEventTarget on AbstractWorker (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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/WorkerMessagingProxy.h
diff --git a/Source/core/workers/WorkerMessagingProxy.h b/Source/core/workers/WorkerMessagingProxy.h
index c0fab0dd5b659a191015951a4128bacb8585307f..1e4ec0f43c45f06408ceb98e1253a9493297088f 100644
--- a/Source/core/workers/WorkerMessagingProxy.h
+++ b/Source/core/workers/WorkerMessagingProxy.h
@@ -96,6 +96,7 @@ private:
RefPtrWillBePersistent<ExecutionContext> m_executionContext;
OwnPtr<WorkerObjectProxy> m_workerObjectProxy;
+ GC_PLUGIN_IGNORE()
InProcessWorkerBase* m_workerObject;
haraken 2015/08/13 06:09:23 This is interesting -- this looks like a real weak
peria 2015/08/13 06:35:28 InProcessWorkerBase is being on heap in this CL, s
bool m_mayBeDestroyed;
RefPtr<WorkerThread> m_workerThread;

Powered by Google App Engine
This is Rietveld 408576698