| Index: Source/web/WorkerPermissionClient.h
|
| diff --git a/Source/web/WorkerPermissionClient.h b/Source/web/WorkerPermissionClient.h
|
| index 5d8fd55f936bd3ab6b2e087916e4a69cc07fac1c..b29cdc786718197aa90be1776382a8d5323ec47b 100644
|
| --- a/Source/web/WorkerPermissionClient.h
|
| +++ b/Source/web/WorkerPermissionClient.h
|
| @@ -48,7 +48,6 @@ public:
|
| static PassOwnPtrWillBeRawPtr<WorkerPermissionClient> create(PassOwnPtr<WebWorkerPermissionClientProxy>);
|
| virtual ~WorkerPermissionClient();
|
|
|
| - bool allowDatabase(const WebString& name, const WebString& displayName, unsigned long estimatedSize);
|
| bool requestFileSystemAccessSync();
|
| bool allowIndexedDB(const WebString& name);
|
|
|
|
|