Index: webkit/browser/fileapi/file_system_operation.h |
diff --git a/webkit/browser/fileapi/file_system_operation.h b/webkit/browser/fileapi/file_system_operation.h |
index 782ce9c6c158db19f69bd668fa4b6f40dd0f2198..a039dd45a8041a4080eaca3cb0880534dbf83f6a 100644 |
--- a/webkit/browser/fileapi/file_system_operation.h |
+++ b/webkit/browser/fileapi/file_system_operation.h |
@@ -327,7 +327,8 @@ class FileSystemOperation { |
const StatusCallback& callback) = 0; |
// Synchronously gets the platform path for the given |url|. |
- // This may fail if |file_system_context| returns NULL on GetFileUtil(). |
+ // This may fail if the given |url|'s filesystem type is neither |
+ // temporary nor persistent. |
// In such a case, base::PLATFORM_FILE_ERROR_INVALID_OPERATION will be |
// returned. |
virtual base::PlatformFileError SyncGetPlatformPath( |