| Index: Source/web/LocalFileSystemClient.h
|
| diff --git a/Source/web/LocalFileSystemClient.h b/Source/web/LocalFileSystemClient.h
|
| index 17fbc047ae85f692f0f98015601c517c12b7994a..bc255f0e6fbe3732cfcaf8512b14c4e89a75bf2b 100644
|
| --- a/Source/web/LocalFileSystemClient.h
|
| +++ b/Source/web/LocalFileSystemClient.h
|
| @@ -42,7 +42,6 @@ public:
|
|
|
| virtual ~LocalFileSystemClient();
|
|
|
| - virtual bool allowFileSystem(WebCore::ExecutionContext*) OVERRIDE;
|
| virtual bool requestFileSystemAccessSync(WebCore::ExecutionContext*) OVERRIDE;
|
| virtual void requestFileSystemAccessAsync(WebCore::ExecutionContext*, PassOwnPtr<WebCore::PermissionCallbacks>) OVERRIDE;
|
|
|
|
|