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