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

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

Issue 371403002: Oilpan: have SharedWorker trace its message port. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « Source/core/workers/AbstractWorker.idl ('k') | Source/core/workers/SharedWorker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/SharedWorker.h
diff --git a/Source/core/workers/SharedWorker.h b/Source/core/workers/SharedWorker.h
index 7dabca23d62d66a2d332733ab7deabf1c3158b6e..1dbb64793a44c3524c74ac886f68374de0f096bb 100644
--- a/Source/core/workers/SharedWorker.h
+++ b/Source/core/workers/SharedWorker.h
@@ -60,7 +60,7 @@ public:
private:
explicit SharedWorker(ExecutionContext*);
- RefPtr<MessagePort> m_port;
+ RefPtrWillBeMember<MessagePort> m_port;
};
} // namespace WebCore
« no previous file with comments | « Source/core/workers/AbstractWorker.idl ('k') | Source/core/workers/SharedWorker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698