| Index: webkit/tools/test_shell/simple_file_writer.cc
|
| diff --git a/webkit/tools/test_shell/simple_file_writer.cc b/webkit/tools/test_shell/simple_file_writer.cc
|
| index 2a384934f3a4292dcb4729f5f48787dbadc96842..3e6f4ae2ec62c3bbfd30372a0aa82bca7dcf1246 100644
|
| --- a/webkit/tools/test_shell/simple_file_writer.cc
|
| +++ b/webkit/tools/test_shell/simple_file_writer.cc
|
| @@ -98,7 +98,7 @@ class SimpleFileWriter::IOThreadProxy
|
|
|
| // Returns true if it is not writable.
|
| bool FailIfNotWritable(const FileSystemURL& url) {
|
| - if (url.type() == fileapi::kFileSystemTypeIsolated) {
|
| + if (url.type() == fileapi::kFileSystemTypeDragged) {
|
| // Write is not allowed in isolate file system in SimpleFileWriter.
|
| DidFailOnMainThread(base::PLATFORM_FILE_ERROR_SECURITY);
|
| return true;
|
|
|