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