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

Unified Diff: Source/web/WorkerPermissionClient.h

Issue 171333003: Pass implementation object to supplemental classes by reference (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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/WorkerPermissionClient.h
diff --git a/Source/web/WorkerPermissionClient.h b/Source/web/WorkerPermissionClient.h
index 25f42154f73302e67199734734dba48297dca4eb..8dba198a987d4967f688111a30405ad43ff06234 100644
--- a/Source/web/WorkerPermissionClient.h
+++ b/Source/web/WorkerPermissionClient.h
@@ -55,7 +55,7 @@ public:
bool allowIndexedDB(const WebString& name);
static const char* supplementName();
- static WorkerPermissionClient* from(WebCore::ExecutionContext*);
+ static WorkerPermissionClient* from(WebCore::ExecutionContext&);
private:
explicit WorkerPermissionClient(PassOwnPtr<WebWorkerPermissionClientProxy>);

Powered by Google App Engine
This is Rietveld 408576698