summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_path_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/fileapi/file_system_path_manager.cc')
-rw-r--r--webkit/fileapi/file_system_path_manager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/fileapi/file_system_path_manager.cc b/webkit/fileapi/file_system_path_manager.cc
index b24fb00..a81c254 100644
--- a/webkit/fileapi/file_system_path_manager.cc
+++ b/webkit/fileapi/file_system_path_manager.cc
@@ -159,6 +159,7 @@ class FileSystemPathManager::GetFileSystemRootPathTask
void DispatchCallback(const FilePath& root_path) {
callback_->Run(!root_path.empty(), root_path, name_);
+ callback_.reset();
}
scoped_refptr<base::MessageLoopProxy> file_message_loop_;