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; |