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

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

Issue 255983003: Oilpan: Move all supplements of Page, Document, and WorkerClients to the managed heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: using namespace WebCore Created 6 years, 8 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/WorkerClients.h ('k') | Source/core/workers/WorkerGlobalScopeProxyProvider.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerGlobalScopeProxyProvider.h
diff --git a/Source/core/workers/WorkerGlobalScopeProxyProvider.h b/Source/core/workers/WorkerGlobalScopeProxyProvider.h
index 6265938e11405d7118bd679352563b3fd3e416cf..1b1d1a78b86ef277566729c226f3bd7d737e7ffc 100644
--- a/Source/core/workers/WorkerGlobalScopeProxyProvider.h
+++ b/Source/core/workers/WorkerGlobalScopeProxyProvider.h
@@ -42,7 +42,7 @@ namespace WebCore {
class WorkerGlobalScopeProxy;
class Worker;
-class WorkerGlobalScopeProxyProvider : public Supplement<Page> {
+class WorkerGlobalScopeProxyProvider : public WillBeHeapSupplement<Page> {
WTF_MAKE_NONCOPYABLE(WorkerGlobalScopeProxyProvider);
public:
WorkerGlobalScopeProxyProvider() { }
@@ -54,7 +54,7 @@ public:
static const char* supplementName();
};
-void provideWorkerGlobalScopeProxyProviderTo(Page&, PassOwnPtr<WorkerGlobalScopeProxyProvider>);
+void provideWorkerGlobalScopeProxyProviderTo(Page&, PassOwnPtrWillBeRawPtr<WorkerGlobalScopeProxyProvider>);
} // namespace WebCore
« no previous file with comments | « Source/core/workers/WorkerClients.h ('k') | Source/core/workers/WorkerGlobalScopeProxyProvider.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698