| Index: webkit/tools/test_shell/simple_file_system.cc
|
| diff --git a/webkit/tools/test_shell/simple_file_system.cc b/webkit/tools/test_shell/simple_file_system.cc
|
| index 9272001eee585254aebb2794b8f9d677944d8d9e..2031d9d22a41e22aee626dd6efa406927be80f75 100644
|
| --- a/webkit/tools/test_shell/simple_file_system.cc
|
| +++ b/webkit/tools/test_shell/simple_file_system.cc
|
| @@ -264,8 +264,8 @@ void SimpleFileSystem::CleanupOnIOThread() {
|
|
|
| bool SimpleFileSystem::HasFilePermission(
|
| const fileapi::FileSystemURL& url, FilePermission permission) {
|
| - // Disallow writing on isolated file system, otherwise return ok.
|
| - return (url.type() != fileapi::kFileSystemTypeIsolated ||
|
| + // Disallow writing on dragged file system, otherwise return ok.
|
| + return (url.type() != fileapi::kFileSystemTypeDragged ||
|
| permission == FILE_PERMISSION_READ);
|
| }
|
|
|
|
|