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

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

Issue 303133005: Oilpan: Prpare to move WorkerEventQueue to Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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/WorkerGlobalScope.h
diff --git a/Source/core/workers/WorkerGlobalScope.h b/Source/core/workers/WorkerGlobalScope.h
index ebe621ad2ba10d3febecce60669426293f9c39ce..1d78a51840c35f9e41eca59e4ee77e6a8d1c1afe 100644
--- a/Source/core/workers/WorkerGlobalScope.h
+++ b/Source/core/workers/WorkerGlobalScope.h
@@ -173,7 +173,7 @@ namespace WebCore {
OwnPtr<WorkerInspectorController> m_workerInspectorController;
bool m_closing;
- OwnPtr<WorkerEventQueue> m_eventQueue;
+ OwnPtrWillBeMember<WorkerEventQueue> m_eventQueue;
OwnPtrWillBeMember<WorkerClients> m_workerClients;

Powered by Google App Engine
This is Rietveld 408576698