| 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>);
|
|
|