| Index: webkit/fileapi/local_file_util.cc
|
| diff --git a/webkit/fileapi/local_file_util.cc b/webkit/fileapi/local_file_util.cc
|
| index 0b498f01be5d9a8e7e1bb81d5bdd9fe3e76c9ae1..eed29978d14897d509c2a36ce232008b9917cfb9 100644
|
| --- a/webkit/fileapi/local_file_util.cc
|
| +++ b/webkit/fileapi/local_file_util.cc
|
| @@ -293,8 +293,7 @@ FilePath LocalFileUtil::GetLocalPath(
|
| FileSystemType type,
|
| const FilePath& virtual_path) {
|
| FilePath root = context->file_system_context()->GetMountPointProvider(type)->
|
| - ValidateFileSystemRootAndGetPathOnFileThread(origin_url, type,
|
| - virtual_path, false);
|
| + GetFileSystemRootPathOnFileThread(origin_url, type, virtual_path, false);
|
| if (root.empty())
|
| return FilePath();
|
| return root.Append(virtual_path);
|
|
|