| Index: Source/web/WorkerPermissionClient.h
|
| diff --git a/Source/web/WorkerPermissionClient.h b/Source/web/WorkerPermissionClient.h
|
| index d9478a26480b9fe587c265551777fda78d69ddd5..afbbec9242810699af88365590852e43782de987 100644
|
| --- a/Source/web/WorkerPermissionClient.h
|
| +++ b/Source/web/WorkerPermissionClient.h
|
| @@ -54,7 +54,8 @@ public:
|
|
|
| bool allowDatabase(const WebString& name, const WebString& displayName, unsigned long estimatedSize);
|
| bool allowFileSystem();
|
| - void requestFileSystemAccess(const WebPermissionCallbacks&);
|
| + bool requestFileSystemAccessSync();
|
| + void requestFileSystemAccessAsync(const WebPermissionCallbacks&);
|
| bool allowIndexedDB(const WebString& name);
|
|
|
| static const char* supplementName();
|
|
|