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

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

Issue 165443003: Pass implementation object to supplemental classes by reference (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « Source/core/workers/Worker.cpp ('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 54b5f47ab0dfd74537b26888d9ead298e39af841..6265938e11405d7118bd679352563b3fd3e416cf 100644
--- a/Source/core/workers/WorkerGlobalScopeProxyProvider.h
+++ b/Source/core/workers/WorkerGlobalScopeProxyProvider.h
@@ -50,11 +50,11 @@ public:
virtual WorkerGlobalScopeProxy* createWorkerGlobalScopeProxy(Worker*) = 0;
- static WorkerGlobalScopeProxyProvider* from(Page*);
+ static WorkerGlobalScopeProxyProvider* from(Page&);
static const char* supplementName();
};
-void provideWorkerGlobalScopeProxyProviderTo(Page*, PassOwnPtr<WorkerGlobalScopeProxyProvider>);
+void provideWorkerGlobalScopeProxyProviderTo(Page&, PassOwnPtr<WorkerGlobalScopeProxyProvider>);
} // namespace WebCore
« no previous file with comments | « Source/core/workers/Worker.cpp ('k') | Source/core/workers/WorkerGlobalScopeProxyProvider.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698