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

Unified Diff: Source/web/WebEmbeddedWorkerImpl.h

Issue 177073004: Oilpan: move core/workers to oilpan's heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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/web/WebEmbeddedWorkerImpl.h
diff --git a/Source/web/WebEmbeddedWorkerImpl.h b/Source/web/WebEmbeddedWorkerImpl.h
index 8d687929830d5f1d4e260d17619ec4c2f5f9ca99..f861fd67d99630fe18d777f1ff77188429847533 100644
--- a/Source/web/WebEmbeddedWorkerImpl.h
+++ b/Source/web/WebEmbeddedWorkerImpl.h
@@ -81,7 +81,7 @@ private:
// Kept around only while main script loading is ongoing.
OwnPtr<Loader> m_mainScriptLoader;
- RefPtr<WebCore::WorkerThread> m_workerThread;
+ RefPtrWillBePersistent<WebCore::WorkerThread> m_workerThread;
OwnPtr<LoaderProxy> m_loaderProxy;
OwnPtr<ServiceWorkerGlobalScopeProxy> m_workerGlobalScopeProxy;

Powered by Google App Engine
This is Rietveld 408576698